每个数据库中必须至少有一个常规表空间。
At least one regular table space must exist for each database.
这些可能会导致必须使用多个常规表空间。
These might result in having to use more than one regular table space.
常规表空间:常规表空间保存表数据和索引。
Regular table Spaces: Regular table Spaces hold table data and indexes.
如果没有定义长表空间,那么将把lob存储在常规表空间中。
If no long table space is defined, then LOBs are stored in regular table Spaces.
创建常规表空间TS页面,大小16K,由系统管理(fnis缓冲池BP)。
Create regular tablespace TS page, size 16k, managed by system using (FNIS buffer pool BP).
表空间包括常规表空间、长表空间(用于lob数据)、用户临时表空间和系统临时表空间。
Table Spaces can be regular, long (for LOB data), user temporary, and system temporary.
对于常规表空间,PIECESIZE的默认值是2GB,对于large表空间,默认值是4 GB。
The default value is 2 GB for regular table Spaces and 4 GB for LARGE table Spaces.
这个例子数据库有5个表空间:一个目录表空间、两个常规表空间、一个长表空间和一个系统临时表空间。
The example database has five table Spaces: one catalog, two regular, one large, and one system temporary table space.
图8显示了一个具有五个表空间的数据库:一个目录表空间、两个常规表空间、一个长表空间和一个系统临时表空间。
Figure 8 shows the database, which has five table Spaces: a catalog, two regular, a long, and a system temporary table space.
为实现一定百分比的预留空间,和常规表一样使用相同的语法,即在创建表时使用PCTFREE选项。
To implement a percentage of space to be reserved, you use the same syntax as with regular tables, namely, by using the PCTFREE option when the table is created.
重点:对于DB2,必须创建一个额外的、页面大小为16KB的常规用户表空间。
IMPORTANT: For DB2, you must create an additional regular user tablespace with a page size of 16 KB.
常规数据将被置于表空间TBS1之中,而索引数据将被置于TBS2之中。
Regular data will be placed in tablespace TBS1 and index data will be placed in TBS2.
对于数据库管理的表空间,建议拆开lob数据中的常规数据,将LOB数据放在一个很大的表空间中。
It is recommended for database managed tablespaces to split regular data from LOB data, placing LOB data in a large tablespace.
数据库中定义了五个常规的表空间和一个临时表空间。
In the database, five regular tablespaces and one temporary tablespace are defined. The following table shows the details of all tablespaces.
数据库中定义了五个常规的表空间和一个临时表空间。
In the database, five regular tablespaces and one temporary tablespace are defined. The following table shows the details of all tablespaces.
应用推荐