Normally, when the Directory Server conducts a search, the server looks through the entire entry for a match, throughout the entire directory. For large directories, this can slow down searches. Virtual list views (VLV) are a way of indexing entries only by certain attributes, like common name or DN, and then only returning those attributes in the search. When the server does a search, it looks through this list of entry names, which is faster than searching through every entry, especially for directories with 1000 or more entries. This is a "virtual" list because the truncated entry doesn't actually exist.
相关文章
- mybatis中 ${}和#取值小记(Parameter index out of range)
- 微信小程序--分享报错(thirdScriptError Cannot read property 'from' of undefined;at pages/index/index page onShareAppMessage function TypeError: Cannot read property 'from' of undefined)
- Ceph RGW误删index对象恢复
- 使用jquery动画div时CSS z-index不起作用?
- 更改z-index以使单击的div显示在顶部
- vue.js 进行初始化遇到的关于core-js的错误@core-js/modules/es6.array.find-index]
- 性能分析 | MySQL Index Condition Pushdown(ICP)
- [LUA ERROR] [string "cocos/cocos2d/Cocos2dConstants.lua"]:620: attempt to index a nil value解决办法
- Angular 应用里 index.html 的作用
- 报错:org.apache.jasper.JasperException: /index.jsp (line: 1, column: 17) equal symbol expected