-
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
Q: some questions on db structure on alenka #1
Comments
Hi Amihay Thanks ! Anton |
Hi Anton , thanks for the feedback, I would like to have phone call ,I was able to compile alenka on amazon vm + cuda (you can buy such vm ) , but when running i got strange errors. If it is possible , I'll like to coordinate such call , if so , can you send your email to agonenil@gmail dot com to discuss it farther . |
Hi ! Regards, On Sun, Jul 22, 2012 at 2:30 PM, Moti
|
First of all - this is an awesome project. I didn't want to start a new question for a question related to the database structure - so here goes. Have you considered supporting Cassandra/HBase or some other columnar, noSQL database instead of a custom format? Keep up the awesome work! |
Hi Ananth ! Regards Anton On Wed, Sep 5, 2012 at 9:30 PM, Ananth notifications@github.com wrote:
|
Hi anton , I've looked in your project and really enjoyed on the idea and the concept.
I've being working with ORACLE RDBMS for about 15 year and have done several projects big projects.
I think that using of column db and gpgu is good concept and can give a real boost to data analsis.
I've some questions regarding how you've implement column db in alenka project.
if I understand correctly , every column is represented by a file which is compress , so for example for a table with 3 columns , we'll 3 files.
1.what happens on insert statement , does the new row go the end of the file (FIFO) , I assume that the file is zipped for every insert operation (or bulk ) ?
if so , what will happens if there will by serveral threads performing inserts ?
and we run the query : select * from test where a=1 and b=2 ;
How alenka retrive the correct row , is it based of row position in the file ?
If so , what will happen if the insert doesn't contain data - like insert (5, null )
I hope you can help me on those questions .
Regards,
Amihay
The text was updated successfully, but these errors were encountered: