Polypheny-DB icon indicating copy to clipboard operation
Polypheny-DB copied to clipboard

Cache multimedia files in Query-to-File

Open vogti opened this issue 3 years ago • 2 comments

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.

vogti avatar Mar 31 '21 07:03 vogti