How to store time-series data in MongoDB, and why that’s a bad idea (blog.timescale.com) 13 points by RobAtticus 8y ago ↗ HN
[–] akulkarni 8y ago ↗ tl;dr- MongoDB good for some things, but not time-series data- In fact TimescaleDB sees 20% higher inserts, up to 1400x faster queries, and a much simpler query language (read: SQL)- But if you still want to store time-series data in MongoDB, this post presents two different ways of doing so, with trade-offs
1 comment
[ 1.7 ms ] story [ 17.3 ms ] thread- MongoDB good for some things, but not time-series data
- In fact TimescaleDB sees 20% higher inserts, up to 1400x faster queries, and a much simpler query language (read: SQL)
- But if you still want to store time-series data in MongoDB, this post presents two different ways of doing so, with trade-offs