hi ,
i have a very large DB that holds complete life cycles with intraday data in 1 minute intervals of stock options , now all the tables are the same (same columns , same column names) but each of them is named with the paper's id and i have one java class that i want to change it's table's reference according to what i choose i want to see is that possible ?
allso maybe u guys know how more efficient (if at all) is it to keep data like that and not in one huge table (of cours i will have to use paperId+DateTime as PK as appose to just DateTime)
thanks in advance.
|