-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
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
I tested Alenka on TPC-H on my GPU GTX 460SE, 1GB, 288 Cores, SM2.0. #33
Comments
An additional, i can't run q5 and get an error. For 100 GB TPC-H:
And for TPC-H 10GB i get an exception: F:\GPU_test_10GB_new>AlenkaDB.exe q5.sql Process count = 6200000 <- got an exception |
Hi Alexey Q5 doesn't quite work at this scale because of a large intermediate data set. It is easy to fix, I just need to add partitioning routine to a join, just like in groupby. Before creating datafiles I presorted the lineitem.tbl on date_ordered column, this way Alenka can skip entire segments in filter ops. Regards, Anton |
Now Alenka uses segment's (storage) indexes in DSM, like in Oracle ExatadaV2 in PAX? You'll get access to Titan at some university, in a cloud or will buy it? And why you exclude q4.sql? Regards, Alexey |
Alenka doesn't use any indexes. |
This method in Oracle is called the Storage Index, which uses in Smart Scans :) Storage Index
And If interested in HCC Mechanics, three paragraphs about it (half a page), the structure of the hybrid columnar compression (what sounds a whole lot like PAX) in Oracle ExadataV2. Discussion and what said Kevin Closson about HCC: |
Yeah, hybrid compression becomes popular. If you are into this, take a look http://www.dbms2.com/2013/05/27/ibm-blu Pretty interesting system and it executes queries on compressed data too ! |
Thanks! About presorted the lineitem.tbl on date_ordered column. Can you write that SQL? This has no effect:
Outpup: And no files created. |
Well, you need to presort the entire file : Regards, Anton |
Thanks! |
Just install Cygwin, it is really convenient. |
Hi Anton!
I tested Alenka on TPC-H on my GPU GTX 460SE, 1GB, 288 Cores, SM2.0.
Can you show the results on your GPU and on the others GPU, on which you tested?
I have such results:
Regards, Alexey
The text was updated successfully, but these errors were encountered: