Hacker News new | ask | show | jobs
How We Made Joins Faster, Part Three (crate.io)
79 points by nslater 2854 days ago
1 comments

Anybody here with experience using Crate? Why would I pick it over TimescaleDB for IOT data ingestion?
It's elasticsearch with joins/subqueries on top. Many features missing from rbdms/elasticsearch, and features that neither of them have.
TimescaleDB can’t do distributes joins like CrateDB as described in this post.