elasticsearch/x-pack/plugin/async-search
Armin Braun bca53baa14
Handle PIT Id as BytesReference instead of String (#107989)
Handling the PIT id as a `BytesReference` instead of as base64 encoded string
saves about a third of network traffic for these. We know that PIT ids can be a significant
source of traffic so the savings are well worth it.
Also, this saves cycles and memory on all nodes involved. A follow-up here would be exploring
to slice these IDs out of network buffer instead of copying them to reduce memory usage and large
allocations.
2024-04-29 13:42:57 +02:00
..
qa [Test] Fix AsyncSearchResponse resource leak in security tests (#107809) 2024-04-24 10:47:06 +02:00
src Handle PIT Id as BytesReference instead of String (#107989) 2024-04-29 13:42:57 +02:00
build.gradle Minor improvements for Cross-Cluster Search code (#98405) 2023-08-13 19:30:17 -04:00