Why editable Data Pages do not have a node scope but only thread or requestor?
Editable data pages do not have a node scope but only thread or requestor. Why is that? My guess is because the node level data pages can be accessed by different requestors on the node, locking would be a potential issue. To avoid locking node level data pages are not editable. Any comments?