Tag Archive for 'tick data'

Pipe-lining Time Series Calculations for Cache Efficiency

I always like to investigate new technology and this week I found a nice automatic technique for improved cache use that I had previously seen some people manually write. Consider a database query with three steps (three SQL SELECTs), some databases may pass results of each step to temporary tables in main memory. When the […]