7 ms·
From your description you don't seem to really use the db, so can't you roll your own specialized data structure? If each record is 20 byte, 1/2 million per min
by spinonethird 18y ago
From your description you don't seem to really use the db, so can't you roll your own specialized data structure?
If each record is 20 byte, 1/2 million per minute for one hour is about 1/2 gig, so you can keep everything in memory.