sqlite - Does an in-memory database also have a filesystem component? -
I am working with the DataMaper which allows you to specify a path for the database file on your system or Just string "memory" and then an "in-memory" database is used, however, I do not know what it means.
Is an "in-memory" database completely memory-based or is it sorted on the file system at any time?
What is the benefit of the in-memory database?
For the efficiency of removing the cost of the filesystem access?
Comments
Post a Comment