Re: could cassandra be split into two parts?

2009-04-11 Thread Sandeep Tata
Depends on what exactly you have in mind ... Almost all of the storage engine logic is in the db package. I don't think it would be too hard to make this pluggable so you could slide in your own DB, say based on Derby/MySQL/BDB etc... I can see how specialized implementations of the database part

Re: could cassandra be split into two parts?

2009-04-11 Thread Avinash Lakshman
I implemented the pluggable storage layer into Dynamo. It really depends on what you want to establish. But theoritically it should be possible. Avinash On Sat, Apr 11, 2009 at 6:33 PM, Ian Holsman i...@holsman.net wrote: hey. I was wondering how feasible it would be to de-couple the P2P