Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cassandra database, which python interface?

I'm going to write the web portal using Cassandra databases. Can you advise me which python interface to use? thrift, lazygal or pycassa? Are there any benefits to use more complicated thrift then cleaner pycassa? What about performace - is the same (all of them are just the layer)?

Thanks for any advice.

like image 225
Robert Zaremba Avatar asked Oct 15 '22 07:10

Robert Zaremba


1 Answers

Use pycassa if you don't know what to use.

Use lazyboy if you want it to maintain indexes for you. It's significantly more complex.

like image 123
jbellis Avatar answered Oct 20 '22 16:10

jbellis