4

preferably open source for storing tick info.

Kumar
  • 10,997
  • 13
  • 84
  • 134

3 Answers3

4

KDB is the industry standard for this kind of thing.

Adamski
  • 54,009
  • 15
  • 113
  • 152
1

Check out the list at http://en.wikipedia.org/wiki/Column-oriented_DBMS#Implementations .

Paul Legato
  • 1,202
  • 13
  • 11
0

Python has some package for time series 'database', which uses HDF5 as the underlying 'engine'. http://pytseries.sourceforge.net/

Vishal Belsare
  • 464
  • 1
  • 5
  • 14