cancel
Showing results for 
Search instead for 
Did you mean: 
Frank
New Contributor III
since ‎09-21-2022
‎06-26-2023

User Stats

  • 8 Posts
  • 0 Solutions
  • 1 Kudos given
  • 2 Kudos received

User Activity

we have an application that takes in raw metrics data like key-value pairs. then we split them into four different table like below`key1, min, max, average`Those four tables are later used for dashboard. What are the design recommendations to this? S...
We have about 12k write/s and 1.5TB/mo compressed S3 data. How can we choose between Serverless vs managed? And what will be good way to project the cost? In serverless, how the machine and hours scaled or scheduled based on the load? If there is a l...
We tried to insert records to Delta table using ORM. It looks like only SQLAlchemy has option to connect to Delta table.We tried the following codefrom sqlalchemy import Column, String, DateTime, Integer, create_engine   engine = create_engine("data...
Kudos from
Kudos given to