Time series database for java?

Marcel picture Marcel · Jan 11, 2011 · Viewed 8.2k times · Source

I want to store millions of time series entries (long time, double value) with Java. (Our monitoring system is currently storing every entry in a large mySQL table but performance is very bad.)

Are there time series databases implemented in java out there?

Answer

ericslaw picture ericslaw · Oct 7, 2011

I hope to see additional suggestions in this thread.