exist icon indicating copy to clipboard operation
exist copied to clipboard

[6.x.x] Adds in memory cache for RPC query results

Open reinhapa opened this issue 1 year ago • 3 comments

Backport of https://github.com/eXist-db/exist/pull/5188.

Enables in-memory query result values less than 4 MB instead of writing them to a temporary file.

By using the in-memory-buffer no potential virus scanner is trigger either on the server as on the client side. This almost doubled the performance on our productive systems, when using this change.

reinhapa avatar Jan 15 '24 07:01 reinhapa

Uhh, I need to see what this does for xst

line-o avatar Jan 19 '24 21:01 line-o

@reinhapa should this be forward ported to existdb 7 or is it already in place there?

line-o avatar Jan 19 '24 22:01 line-o

should this be forward ported to existdb 7 or is it already in place there?

Review is already happening at the source for eXist-db 7.x.x - https://github.com/eXist-db/exist/pull/5188

adamretter avatar Jan 19 '24 22:01 adamretter

@adamretter PR is ready for review 😊

reinhapa avatar Mar 14 '24 14:03 reinhapa