I have to use InMemory.db in my project but the performance is slow the InMemory.db size is 10 MB. Some queries which retrives more than 30000 records take a lot of time. Is their any way i can improve the performance.
How to make InMemory.db a Memory mapped file and use it as database in MFC. An example will be very helpfull?