saving/loading memory table to disk/memory
Posted: Sun 27 Jul 2014 09:05
Hi
I have 2 datamodules one connected to a disk sqlite another is a in memory db
I know I can use the batchmove component to go back and forth between 2 tables
but it is very slow compared to the sqllite dll engine.
a) any way to optimize this approach?
b) is there another way ?
like attaching a memory db to the disk connection and using insert queries withing that same connection
Thank you
I have 2 datamodules one connected to a disk sqlite another is a in memory db
I know I can use the batchmove component to go back and forth between 2 tables
but it is very slow compared to the sqllite dll engine.
a) any way to optimize this approach?
b) is there another way ?
like attaching a memory db to the disk connection and using insert queries withing that same connection
Thank you