Last active
August 29, 2015 14:08
-
-
Save stefhen/4d3c8c4ca1505f7ad7cb to your computer and use it in GitHub Desktop.
56 billion row query time with ORC and PrestoDB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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