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.
我有兴趣,元素范围指数如何影响系统性能?我的意思是那些很少使用的索引。也许我应该删除它们,或者它们不会影响 RAM 内存消耗?
所有范围索引都是内存映射的。如果它们不被使用,操作系统可能能够将它们分页,但无论哪种方式,只要有足够的可用内存空间,它们都不会影响性能。
您可以在管理 UI 中的林状态页面上准确查看林使用的内存量。或者您可以致电xdmp:forest-status()获取相同的信息。找出任何给定索引使用多少空间并不容易,但有时可能。
xdmp:forest-status()