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
Currently, we use both WriterMomeryBuffer and MemorySegmentPool in Fluss client to control the total memory size when the client writes data. For columnar RowData, we use MemorySegmentPool, and for row-based RowData, we use MemorySegmentPool. However, there is no fundamental difference between these two. We hope to unify these two data structures into WriterMemoryBuffer in the future.
The text was updated successfully, but these errors were encountered:
swuferhong
changed the title
[Fluss-12] Unified WriterMomeryBuffer With MemorySegmentPool
Unified WriterMomeryBuffer With MemorySegmentPool
Nov 27, 2024
Currently, we use both
WriterMomeryBuffer
andMemorySegmentPool
in Fluss client to control the total memory size when the client writes data. For columnar RowData, we useMemorySegmentPool
, and for row-based RowData, we useMemorySegmentPool
. However, there is no fundamental difference between these two. We hope to unify these two data structures into WriterMemoryBuffer in the future.The text was updated successfully, but these errors were encountered: