Hacker News new | ask | show | jobs
by raarts 3695 days ago
Citation for the epic fail?
1 comments

They re-did it a few times from scratch, then decided it was hard, and made it a commercial only feature. It still isn't stable. Also, even with their previous clustering, each influx node had to have the entire dataset, so you're limited by the size of data that fits on a single node.

Druid was built from the ground up to be distributed. It means there is some work to set it up, but once you do, it scales horizontally very easily. Bonus points if you run it on something like mesos making it quite easy to deal with (we do).

https://influxdata.com/blog/update-on-influxdb-clustering-hi...

https://influxdata.com/blog/influxdb-clustering-design-neith...

http://www.refactorium.com/distributed_systems/InfluxDB-and-...

etc. They redid their clustering a few times and the 3rd time around made it closed source. Note that $employer also sues influx for data that we are ok with losing ie: metrics. If the data has a low amount of dimensions, influx is faster than druids. However, if you have 3+ dimensions, druid spanks the pants off of influx by nature of distributing the computation better.