|
|
|
Ask HN: What is the best database structure to store Big Data?
|
|
1 points
by mafiaboi
1222 days ago
|
|
Asking HN data engineers for opinions and recommendations: I am building on top of the blockchain data using Google Cloud and Bigquery however the queries for most of the data is just too slow and takes a long time. I believe there is huge improvement in database tools as well as new DBs popping up. Are there any recommendations that I can implement to make my SQL queries much faster? Two that I came across is trino.io and Apache Spark. Anyone used these before and saw noticeable performance changes? |
|
Honestly at this point you're probably going to want to start looking into the query planner and execution stats of your BigQuery jobs to see if you're doing something really weird and optimize that: https://cloud.google.com/bigquery/docs/query-plan-explanatio...