[Cppcms-users] high performance database
Brought to you by:
artyom-beilis
From: Aris S. <ari...@gm...> - 2010-06-19 04:38:02
|
Hi, I agree with you in choosing BerkeleyDB in CppCMS. BerkeleyDB was used in some database or distributed storage, like Amazon Dynamo, Voldemort Project, and HypergraphDB. Have you hear about voltDB? voltDB (relational & key-value DB) use ONLY memory to do ACID and transactional operation, and scalable to handle ten of thousands transaction per second. It provide in memory scalability that another in memory database didn't provide. They have 50 times performance compared to well known commercial database. They release in GPL v3. How do you think? regards, -Aris |