Hi Thomas, Can you share reasons to change list implementations? In general was it scaling or performance or code complexity?
Thanks Nitin On Wednesday, September 5, 2012 10:37:21 PM UTC+5:30, Thomas Mueller wrote: > > Hi, > > Thanks, it is quite interesting. MemSQL seems to use skip lists instead of > the regular B-trees. When I wrote HypersonicSQL, I actually started with a > skip list implementation, that was later replaced with an AVL tree and now > a B-tree. MemSQL compiles the queries using GCC. They use read-committed > transaction isolation by default. All quite interesting choices. I'm not > sure if all of those are very good choices (only time can tell), but > interesting. > > Regards, > Thomas > > > On Tue, Sep 4, 2012 at 2:43 PM, Nitin <[email protected] > <javascript:>>wrote: > >> I am not linked to both in anyways :) Thought it would be useful read for >> developers if you read including comments there. >> >> >> On Tuesday, September 4, 2012 5:13:11 PM UTC+5:30, Rami Ojares wrote: >>> >>> Another marketing propaganda debunked. >>> >>> - rami >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "H2 Database" group. >> To view this discussion on the web visit >> https://groups.google.com/d/msg/h2-database/-/GOfyAUnYQjcJ. >> >> To post to this group, send email to [email protected]<javascript:> >> . >> To unsubscribe from this group, send email to >> [email protected] <javascript:>. >> For more options, visit this group at >> http://groups.google.com/group/h2-database?hl=en. >> > > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To view this discussion on the web visit https://groups.google.com/d/msg/h2-database/-/Kz9sNrAm_G0J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
