db2 explain result about lock size

被刻印的时光 ゝ 提交于 2019-12-12 01:53:22

问题


What is Lock List Size, Maximum Lock List Size and Locks Available in the result of explain using IBM data studio.

I read some sources from IBM but can not understand the complete concept and different between those.

Please tell any resources about these attributes (also others in the attribute pane)

Thanks


回答1:


Thanks to Lennart,

Lock list size is Lock list memory in use (Bytes) (see snapshot).

Maximum lock list size is MAXLOCKS, Percent. of lock lists per application (see db cfg) and Locks available is LOCKLIST, Max storage for lock list (4KB) blocks - Lock list size.



来源:https://stackoverflow.com/questions/27717317/db2-explain-result-about-lock-size

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!