We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Summary
SELECT sum(number) FROM numbers_mt(10000000000) 1 rows in set. Elapsed: 0.522 sec. Processed 10.00 billion rows, 80.14 GB (19.16 billion rows/s., 153.54 GB/s.)
SELECT sum(CAST(number, 'UInt32')) FROM numbers_mt(10000000000) 1 rows in set. Elapsed: 36.359 sec. Processed 10.00 billion rows, 80.14 GB (275.03 million rows/s., 2.20 GB/s.)
jorgecarleitao/arrow2#252
The second query is 70 times slower
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
jorgecarleitao/arrow2#252
The second query is 70 times slower
The text was updated successfully, but these errors were encountered: