Skip to content

Instantly share code, notes, and snippets.

@stefhen
Last active August 29, 2015 14:08
Show Gist options
  • Select an option

  • Save stefhen/4d3c8c4ca1505f7ad7cb to your computer and use it in GitHub Desktop.

Select an option

Save stefhen/4d3c8c4ca1505f7ad7cb to your computer and use it in GitHub Desktop.
56 billion row query time with ORC and PrestoDB
presto:default> select count(*) from wiki_orc;
_col0
-------------
56521097302
(1 row)
Query 20141103_050649_00018_yw2uh, FINISHED, 40 nodes
Splits: 11,850 total, 11,850 done (100.00%)
1:06 [56.5B rows, 640GB] [861M rows/s, 9.76GB/s]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment