Y
Hacker News
new
|
ask
|
show
|
jobs
by
qmarchi
3128 days ago
For this kind of data, I'd actually use a Time Series Database like ElasticSearch, InfluxDB, or Riak. They're built for data like this. We're using ElasticSearch at work and it's been wonderful.
1 comments
jespern
3128 days ago
Cassandra also functions as a time-series database, and does quite well with tick data such as this. Many financial institutions rely on it.
link