Search found 1 match

by chs245
Wed Nov 14, 2007 7:02 am
Forum: Custom C++ or Java Platforms
Topic: SQL db design recommendation
Replies: 3
Views: 7143

SQL db design recommendation

Hi I'm planning to host my own MSSQL stock data db. I want to store 1min OHLCV for 2000 tickers every day (ca 7.5hours x 60min x 2000 tickers = 900k rows per day) I want to use the database to store the data locally and to easily be able to retrieve it into other applicaions. What I'm not sure of is...