0
在DB2 9.7:IBM DB2 9.7,CLOB使用哪些表空間?
what 1) tablespace do CLOBs use?
而且
2) are tablespaces a restricting factor at all if an inline length is not defined at all?
在DB2 9.7:IBM DB2 9.7,CLOB使用哪些表空間?
what 1) tablespace do CLOBs use?
而且
2) are tablespaces a restricting factor at all if an inline length is not defined at all?
看一看this other answer I have on DBA.se。這應該給你一些細節。
總之,
LOB
■找自己的表空間(在同一個數據庫,你的存儲與對象的基表)
選擇一個適當大小的表空間可以防止你浪費空間,但我不認爲有限制(除了每個表空間的最大16TB)。
LOB * *可以擁有自己的表空間,但只有在創建表時指定了'LONG IN'選項。否則,LOB將與表的其餘部分存儲在相同的表空間中。 –