Click here to Skip to main content
15,887,836 members
Home / Discussions / Database
   

Database

 
GeneralRe: Seeking advice on setting up a database or data warehouse Pin
MAW3018-Nov-09 15:17
MAW3018-Nov-09 15:17 
GeneralRe: Seeking advice on setting up a database or data warehouse Pin
_Damian S_18-Nov-09 15:34
professional_Damian S_18-Nov-09 15:34 
GeneralRe: Seeking advice on setting up a database or data warehouse Pin
MAW3018-Nov-09 16:08
MAW3018-Nov-09 16:08 
GeneralRe: Seeking advice on setting up a database or data warehouse Pin
_Damian S_18-Nov-09 16:59
professional_Damian S_18-Nov-09 16:59 
GeneralRe: Seeking advice on setting up a database or data warehouse Pin
T210220-Nov-09 13:05
T210220-Nov-09 13:05 
GeneralRe: Seeking advice on setting up a database or data warehouse Pin
T210220-Nov-09 13:12
T210220-Nov-09 13:12 
AnswerRe: Seeking advice on setting up a database or data warehouse Pin
Mycroft Holmes18-Nov-09 15:31
professionalMycroft Holmes18-Nov-09 15:31 
AnswerRe: Seeking advice on setting up a database or data warehouse [modified] Pin
T210222-Nov-09 12:55
T210222-Nov-09 12:55 
Your longest time series will have slighly more than 12,000 datapoints assuming you download data from 1970, which is google's start date.

Your dataset using option 2 should be at most 1 GB per 2,000 stock ID assuming you are only loading data from a single source and chose the right data types. So if you have 16+ GB of memory, the entire database might reside in memory and you would have associate performance pickups.

Assuming you do not have that powerful of a machine (otherwise, your firm might already have this data), then using a combination of option 1 and 2 might be best for performance of your application. You store historical data in option 2 format and precompute the data in option 1 format for the next business day. I am assuming that you are not incorporating in live data right now. The precomputed data will not take up much space and can be overwritten each night or as needed (e.g. you could add a time stamp to option 1's table. If the time stamp is too old, then you call a function to fill the table before returning results.)

modified on Sunday, November 22, 2009 11:26 PM

QuestionMDX Calculated Member Pin
led12318-Nov-09 5:49
led12318-Nov-09 5:49 
AnswerRe: MDX Calculated Member Pin
Chris Meech19-Nov-09 8:25
Chris Meech19-Nov-09 8:25 
AnswerRe: MDX Calculated Member Pin
led12323-Nov-09 6:14
led12323-Nov-09 6:14 
QuestionSQL is creating a table instead of a file - whats wrong with my SQL-String Pin
fracalifa18-Nov-09 2:30
fracalifa18-Nov-09 2:30 
AnswerRe: SQL is creating a table instead of a file - whats wrong with my SQL-String Pin
Bassam Saoud18-Nov-09 5:04
Bassam Saoud18-Nov-09 5:04 
GeneralRe: SQL is creating a table instead of a file - whats wrong with my SQL-String Pin
fracalifa18-Nov-09 5:26
fracalifa18-Nov-09 5:26 
GeneralRe: SQL is creating a table instead of a file - whats wrong with my SQL-String Pin
Bassam Saoud18-Nov-09 5:35
Bassam Saoud18-Nov-09 5:35 
AnswerRe: SQL is creating a table instead of a file - whats wrong with my SQL-String Pin
scottgp18-Nov-09 5:47
professionalscottgp18-Nov-09 5:47 
GeneralRe: SQL is creating a table instead of a file - whats wrong with my SQL-String Pin
fracalifa18-Nov-09 6:10
fracalifa18-Nov-09 6:10 
AnswerRe: SQL is creating a table instead of a file - whats wrong with my SQL-String Pin
Richard MacCutchan18-Nov-09 6:07
mveRichard MacCutchan18-Nov-09 6:07 
GeneralRe: SQL is creating a table instead of a file - whats wrong with my SQL-String Pin
fracalifa18-Nov-09 6:24
fracalifa18-Nov-09 6:24 
AnswerRe: SQL is creating a table instead of a file - whats wrong with my SQL-String Pin
Niladri_Biswas18-Nov-09 15:13
Niladri_Biswas18-Nov-09 15:13 
GeneralRe: SQL is creating a table instead of a file - whats wrong with my SQL-String Pin
fracalifa18-Nov-09 22:48
fracalifa18-Nov-09 22:48 
AnswerRe: SQL is creating a table instead of a file - whats wrong with my SQL-String [modified] Pin
Tripathi Swati19-Nov-09 20:59
Tripathi Swati19-Nov-09 20:59 
Questionusing SQLACCOUNT when distributing SQL Express Pin
Jassim Rahma18-Nov-09 2:04
Jassim Rahma18-Nov-09 2:04 
AnswerRe: using SQLACCOUNT when distributing SQL Express Pin
Mycroft Holmes18-Nov-09 13:23
professionalMycroft Holmes18-Nov-09 13:23 
QuestionUpdating live/running Stored Procedures / Functions Pin
debnarayan17-Nov-09 20:33
debnarayan17-Nov-09 20:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.