Benchmarking¶
I wrote some benchmarking code for testing of (simplified) series persistence (writing series and reading series). Played with different implementations, including CSV files, JDBC, Terracotta, JDBC/CLOB, and Hibernate/CLOB.
See details in the project docs:
http://activequant.org/svn/sandbox/activequant-sandbox/trunk/benchmarking/src/main/docs/bench.pdf
Please, have a look. If you have an idea how to improve the performance, please share it on ccapi mailing list.
-Mike