Will this be stored on page?

你说的曾经没有我的故事 提交于 2019-12-04 20:00:19

If total record size is less than ~7k (exactly UNIV_PAGE_SIZE/2 - 200) than the record is stored on page, all fields including *BLOB, *TEXT.

If total record size is more than 7k than only 768 bytes of each *BLOB field values are stored on page. The remaining page of the field is stored in external pages.

In DYNAMIC format that comes with Barracuda only 20 bytes of the BLOB field are stored on page - the rest in external pages.

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