LOB Pointer Indexing Proposal

Posted by jchang on SQL Blog See other posts from SQL Blog or by jchang
Published on Tue, 29 Oct 2013 19:29:00 GMT Indexed on 2013/10/29 22:09 UTC
Read the original article Hit count: 147

Filed under:
My observations are that IO to lob pages (and row overflow pages as well?) is restricted to synchronous IO, which can result in serious problems when these reside on disk drive storage. Even if the storage system is comprised of hundreds of HDDs, the realizable IO performance to lob pages is that of a single disk, with some improvement in parallel execution plans. The reason for this appears to be that each thread must work its way through a page to find the lob pointer information, and then generates...(read more)

© SQL Blog or respective owner