Theres a few dozen sqlite files i need to process and they are taking a few minutes each. Is there a way to copy or load the db into memory? IO (specifically reads as no writes are being code) is the bottleneck taking up 70% of the time.
Is there a short/quick solution i can use? Note: It will finish in <40minutes so if it isnt a quick solution it may not be worth the bother.