当前位置:网站首页>Blob page in gbase 8s

Blob page in gbase 8s

2022-06-25 04:32:00 Eight delicacies tofu

        Blob Pages are used by the database server in Blob Store simple large objects in space (TEXT or BYTE data ) Disk space allocation unit .

         Can be Blob The page size is specified as several times the page size of the database server . Because the database server take Blob Pages are allocated as contiguous space , So when the data size is as close as possible Blob Store profile in page Single large objects will be more effective .

You can choose to store simple large object data in the database space , Instead of storing it in Blob In the space . However , For simple large objects larger than two pages , If in Blob Simple large pairs are stored in the page like , Then the performance will be improved . Simple large objects stored in the database space can share a page , however Stored in Blob Simple large objects in a space cannot share pages .

原网站

版权声明
本文为[Eight delicacies tofu]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/176/202206250244318637.html