|
|
|
|
|
by RobAtticus
3363 days ago
|
|
There are a few differences: - Both Aerospike and Honeycomb.io don't support full sql queries. Instead supporting their own custom (and more limited query format) - Aerospike is not optimized for time-based queries and is more like a key-value store. You cannot get the same performance - Honeycomb is a column store. Ours is built on Postgres and can work with your existing Postgres databases As for performance, we are still working on gathering numbers that we hope to share soon comparing us against other solutions including Influx and similar. |
|