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
Reduce BlockCache heap usage by directly put data block into cache block and parsing it into StreamRecordBatch on demand
Reduce LogCache heap usage by directly put encoded StreamRecordBatch into StreamCache and decode for indexing on binary search (or cache indices for acceleration by sacrificing more heap memory)
the heap usage of BlockCache and LogCache will significantly increase due to the large number of StreamRecordBatch when record size is small
The text was updated successfully, but these errors were encountered: