Hacker News new | ask | show | jobs
by CSDude 4102 days ago
I am using InfluxDB in my research, to analyze resource utilizations of running applications and it has been very useful to me since, but I think it was supposed to be production ready this March. There are some bugs that occurs sometimes.
1 comments

We're busy at work on the production ready version. We're targeting March, but we won't release until it's ready (even if that means slipping our target).

Remember, in software development there are lies, damn lies, and delivery estimates.

We'll get it out as quickly as possible, sorry for any delays.

can you say something about the upgrade path, will that be possible to do live?
We haven't built the migration tool yet, but mostly likely it will involve running a new version in parallel with the old version while the upgrade runs.

For a guide on how to design your schema for a clean migration see here: http://influxdb.com/docs/v0.8/advanced_topics/schema_design....