Tip: SQLite in RAM … to improve speed!

Originally published at: Tip: SQLite in RAM … to improve speed! – Xojo Programming Blog

One technique is the creation of a new in-memory based SQLite database, where we will be able to copy the table (or tables) we are interested in getting the maximum speed possible with. Continue reading to see how to do this.

2 Likes