Quote from Bob111:
they load differently. binary file -you just open it and load into memory. sql-to load you have to go thru each record. the difference in time and performance is huge. i remember in old times calculations with binary that take an hour can take like 5-6 hours when i was using ms access stored tick data
Yep, but you cannot query into binary files fast right?
What if you need 5 milli-seconds' aggregated mean/max/min prices?