Y
Hacker News
new
|
ask
|
show
|
jobs
F1 Query: Declarative Querying at Google Scale [pdf]
(
vldb.org
)
75 points
by
anuragbiyani
2877 days ago
3 comments
willemave
2876 days ago
I 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.
link
utopcell
2876 days ago
I see F1 as: ``what is the largest SQL subset we can support without compromising scalability.''
link
learning2write
2877 days ago
Related Reading (FB Equivalent):
https://www.facebook.com/notes/facebook-engineering/presto-i...
link
ebikelaw
2876 days ago
30000 queries per day, and 550000 queries per second seem like two radically different things.
link
learning2write
2876 days ago
That number was from 2013. Don't underestimate exponential growth :)
link
azurezyq
2876 days ago
This is for offline data analysis, more like Google's bigquery / Dremel. They are different things.
link
mk926
2876 days ago
What's relation with BigQuery?
link
azurezyq
2876 days ago
Bq is based on Dremel, which is for data warehouse, not facing user traffic. You can find the original paper for Dremel easily.
link