Closed bigsheeper closed 1 week ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Rotten issues close after 30d of inactivity. Reopen the issue with /reopen
.
done
Is there an existing issue for this?
What would you like to be added?
Currently, datanode keeps a full in-memory bloom filter for all segments. This is mainly to check if a delete message hits and to reduce delete data.
I suggest removing the bf from datanode for these reasons:
Why is this needed?
No response
Anything else?
No response