You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rocksdb
I'm trying to figure out how BlobDB works. Is it true that if the garbage ratio of a blob file exceeds blob_garbage_collection_threshold or the blob file has not been deleted for a long time exceeding age_cutoff, this triggers the compaction process. Or these parameters serve only to determine during compaction which files should be rewritten?