Y
Hacker News
new
|
ask
|
show
|
jobs
by
tgrowazay
96 days ago
I tried exactly this - loading polygon.io data into TimescaleDB, and it was very inefficient.
Ended up using ClickHouse - much smaller on disk, and much faster on all metrics.
1 comments
dataviz1000
96 days ago
Interesting. I'm not familiar with ClickHouse. I've been manually triggering compression and continuous aggregates have been a huge boon. The database has been the least of my concerns. Can you tell me more about it?
link
gregleon
96 days ago
You can take a look at this:
https://github.com/ClickHouse/stockhouse
The database schema is optimised for stock data
link