F1 Query: Declarative Querying at Google Scale [pdf]
1–9 of 9 posts
Re: F1 Query: Declarative Querying at Google Scale [pdf]
#2Related Reading (FB Equivalent): https://www.facebook.com/notes/facebook-engineering/presto-i...
Re: F1 Query: Declarative Querying at Google Scale [pdf]
#3Related Reading (FB Equivalent): https://www.facebook.com/notes/facebook-engineering/presto-i...
30000 queries per day, and 550000 queries per second seem like two radically different things.
Re: F1 Query: Declarative Querying at Google Scale [pdf]
#4Re: F1 Query: Declarative Querying at Google Scale [pdf]
#5I read this as we have so many query / data platforms so we're going to build another query standard to standardize all the query languages. Just another flavor of the standards problem.
Re: F1 Query: Declarative Querying at Google Scale [pdf]
#6I read this as we have so many query / data platforms so we're going to build another query standard to standardize all the query languages. Just another flavor of the standards problem.
I see F1 as: ``what is the largest SQL subset we can support without compromising scalability.''
Re: F1 Query: Declarative Querying at Google Scale [pdf]
#7What's relation with BigQuery?
Re: F1 Query: Declarative Querying at Google Scale [pdf]
#8What's relation with BigQuery?
Bq is based on Dremel, which is for data warehouse, not facing user traffic. You can find the original paper for Dremel easily.
Re: F1 Query: Declarative Querying at Google Scale [pdf]
#9Related Reading (FB Equivalent): https://www.facebook.com/notes/facebook-engineering/presto-i...
This is for offline data analysis, more like Google's bigquery / Dremel. They are different things.