The In-Memory-DB should be initialized/loaded from the filesystem DB. Later the In-Memory-DB should be written back to the filesystem.
What is the best approach here? Should I "simply" copy the tables, or is there an other way?
Please ignore the fact that In-Memory data might get lost, for what ever reason.