Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
关闭数据库后是否需要删除比较器、block_cache 和 filter_policy?它们是否需要在数据库的生命周期中存在?
我在任何文档中都找不到此信息。
通过查看源代码,我猜我需要在关闭数据库后删除它们,但它们需要在它打开的生命周期内持续存在。
谢谢
options.block_cache并且options.filter_policy必须在关闭数据库句柄后删除。
options.block_cache
options.filter_policy
您对比较器是正确的,但我不确定其他两个。