You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the KV store is storing similar objects that are repeated compression can save a lot of disk space.
The stream config exposes the compression, but the KV config does not.
Saving disk space and less IO to disk.
Ideally the objects could also be sent over the wire as compressed objects if it is on a per key basis instead of the whole block, but not sure of the implementation. This could be a separate feature request.
What is the proposed change?
Expose the stream compression option in the KV config.
Who benefits from this change?
Everyone using KV store
What alternatives have you evaluated?
No response
The text was updated successfully, but these errors were encountered:
What motivated this proposal?
If the KV store is storing similar objects that are repeated compression can save a lot of disk space.
The stream config exposes the compression, but the KV config does not.
Saving disk space and less IO to disk.
Ideally the objects could also be sent over the wire as compressed objects if it is on a per key basis instead of the whole block, but not sure of the implementation. This could be a separate feature request.
What is the proposed change?
Expose the stream compression option in the KV config.
Who benefits from this change?
Everyone using KV store
What alternatives have you evaluated?
No response
The text was updated successfully, but these errors were encountered: