Re: [Cppcms-users] high performance database
Brought to you by:
artyom-beilis
From: Aris S. <ari...@gm...> - 2010-06-19 17:12:12
|
> What kind of transactions? What kind of schema, etc. For the detailed description in https://community.voltdb.com/node/48 They have tpc-like benchmark (compared to MySQL and RAID DBMS) in https://community.voltdb.com/node/134 > I've read plenty good benchmarks for BDB that where... not so realistic > in real world. > > Same as before. Compare real world applications. > > P.S.: If k=0 this is quite not interesting as it does not provide D of > ACID. Maybe that's for show their performance is predictable and with k=1, the latency drop only 2ms. > > In any case... DB choice is choice specific for every singe case. Yes, you right. VoltDB is match for system with high load insert/update and not match for long time running transaction. Back to CppCMS, how if we add a regression benchmark to cppCMS like use in drizzle? https://lists.launchpad.net/drizzle-benchmark/ and http://drizzle.org/performance/ It is not real world benchmark, but I think it is useful to measure our refactoring value in CppCMS, and to detect if we made mistake in some area of refactorings we did. P.S: drizzle if a refactoring of MySQL. -I'm sorry of my bad english. Aris |