Search code examples
javadatabasetime-seriesopentsdb

Time series database for java?


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?


Solution

  • I hope to see additional suggestions in this thread.