|
|
||
|
My question is what is the most effective way to build a data base, for fast access? It will be write once, read many.
When extracting the data I will be giving a start and end time, and a channel number.
Because the data is sampled every three seconds for several days, this data base could get large fast. However I'm more interested in speed than disk space. Tho I don't want have to take up all of the computer memory with the data file.
Steve