Skip to content

Big value serialization - Add Flushing Support While Iterating Bucket Entries #5394

Open
@adiholden

Description

@adiholden

Currently, we only flush during serialization of container data types (e.g., sets, hashes, etc.).
We intentionally avoid flushing in the middle of a string. However, if a bucket contains only string entries, we end up not flushing at all during that bucket's serialization. This can lead to exceeding the serialization_max_chunk_size.

To address this, we should introduce flushing while iterating over individual entries within a bucket—even for simple types like strings.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions