Polypheny-DB
Polypheny-DB copied to clipboard
Cache multimedia files in Query-to-File
Query-to-File requests multimedia files on demand when they are opened. The data is then kept in-memory. Media files larger than the available memory can therefore not be opened using Query-to-File. Also opening several smaller files can exceed the available memory.
In order to fix this, it is required to cache the data on the disk instead of the memory.