Ruby/MySQL/Rails timeseries QN

P

Peter Booth

I'm starting an application that will create, persist, query, and
display timeseries. I'm wondering how to best store these timeseries
so they can be queried via metadata. Each timeseries object could be
seven or eight metadata attributes and an array of say 80000
integers. There could be 10000 or more timeseries. The timeseries
values will be appended but not modified in place. I'd like to use
the ActiveRecord / Rails approach here and was wondering whether
BLOBs attribute, a filesystem or a combination approach makes sense
for marshalling the array of values to a compact format.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,772
Messages
2,569,591
Members
45,102
Latest member
GregoryGri
Top