Use filesystem only whe needed
On issue #3 (closed) we've use a filesystem dump approach to fix the memory explosion.
But it has some drawback due the high latency of the filesystem.
We propose the use a dynamic approach using the filesystem only when needed.