Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7788653
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T21:03:54+00:00 2026-06-01T21:03:54+00:00

I’m planning a side project where I will be dealing with Time Series like

  • 0

I’m planning a side project where I will be dealing with Time Series like data and would like to give one of those shiny new NoSQL DBs a try and am looking for a recommendation.

For a (growing) set of symbols I will have a list of (time,value) tuples (increasing over time).
Not all symbols will be updated; some symbols may be updated while others may not, and completely new symbols may be added.

The database should therefore allow:

  • Add Symbols with initial one-element (tuple) list. E.g. A: [(2012-04-14 10:23, 50)]
  • Update Symbols with a new tuple. (Append that tuple to the list of that symbol).
  • Read the data for a given symbol. (Ideally even let me specify the time frame for which the data should be returned)

The create and update operations should possibly be atomic. If reading multiple symbols at once is possible, that would be interesting.

Performance is not critical. Updates/Creates will happen roughly once every few hours.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T21:03:55+00:00Added an answer on June 1, 2026 at 9:03 pm

    I believe literally all the major NoSQL databases will support that requirement, especially if you don’t actually have a large volume of data (which begs the question, why NoSQL?).

    That said, I’ve had to recently design and work with a NoSQL database for time series data so can give some input on that design, which can then be extrapolated for all others.

    Our chosen database was Cassandra, and our design was as follows:

    • A single keyspace for all ‘symbols’
    • Each symbol was a new row
    • Each time entry was a new column for that relevant row
    • Each value (can be more than a single value) was the value part of the time entry

    This lets you achieve everything you asked for, most notably to read the data for a single symbol, and using a range if necessary (column range calls). Although you said performance wasn’t critical, it was for us and this was quite performant also – all data for any single symbol is by definition sorted (column name sort) and always stored on the same node (no cross node communication for simple queries). Finally, this design translates well to other NoSQL databases that have have dynamic columns.

    Further to this, here’s some information on using MongoDB (and capped collections if necessary) for a time series store: MongoDB as a Time Series Database

    Finally, here’s a discussion of SQL vs NoSQL for time series: https://dba.stackexchange.com/questions/7634/timeseries-sql-or-nosql

    I can add to that discussion the following:

    • Learning curve for NoSQL will be higher, you don’t get the added flexibility and functionality for free in terms of ‘soft costs’. Who will be supporting this database operationally?
    • If you expect this functionality to grow in future (either as more fields to be added to each time entry, or much larger capacity in terms of number of symbols or size of symbol’s time series), then definitely go with NoSQL. The flexibility benefit is huge, and the scalability you get (with the above design) on both the ‘per symbol’ and ‘number of symbols’ basis is almost unbounded (I say almost unbounded – maximum columns per row is in the billions, maximum rows per key space is unbounded I believe).
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to count the length of a string with PHP. The string
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I would like to run a str_replace or preg_replace which looks for certain words
I have some data like this: 1 2 3 4 5 9 2 6
link Im having trouble converting the html entites into html characters, (&# 8217;) i
For some reason, after submitting a string like this Jack’s Spindle from a text
I've got a string that has curly quotes in it. I'd like to replace
I am reading a book about Javascript and jQuery and using one of the
I am trying to render a haml file in a javascript response like so:
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.