OpenSearch/server
Tim Brooks dd4b0d85fe
Write translog operation bytes to byte stream (#63298)
Currently we add translog operation bytes to an array list and flush
them on the next write. Unfortunately, this does not currently play well
with our byte pooling which means each operation is backed, at minimum,
by a 16KB array. This commit improves memory efficiency for small
operations by serializing the operations to an output stream.
2020-10-06 20:55:44 -06:00
..
licenses Upgrade to lucene- 8.7.0-snapshot-66c49a35402 (#63372) 2020-10-06 22:38:58 -04:00
src Write translog operation bytes to byte stream (#63298) 2020-10-06 20:55:44 -06:00
build.gradle Search - add case insensitive support for regex queries. (#59441) (#61532) 2020-08-25 17:18:59 +01:00