mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 01:44:36 -04:00
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. |
||
---|---|---|
.. | ||
qa | ||
src | ||
build.gradle |