Hacker News new | ask | show | jobs
by Jweb_Guru 3698 days ago
Postgres has fairly robust support for temporal-style data. In particular, with 9.5 BRIN indices are often a great fit for heavy write workloads where most queries are range scans. It's not the best database for it, though.