GaussDB-MY_TABLESPACES

35 阅读1分钟

GaussDB-MY_TABLESPACES

MY_TABLESPACES displays the description of tablespaces that store objects owned by users. By default, it is accessible to all users. This view exists in the PG_CATALOG and SYS schemas. The logical structure features of GaussDB are different from those of the ORA database.

NameTypeDescription
tablespace_namecharacter varying(64)Tablespace name.
block_sizenumericNot supported. Set it to NULL.
initial_extentnumericNot supported. Set it to NULL.
next_extentnumericNot supported. Set it to NULL.
min_extentsnumericNot supported. Set it to NULL.
max_extentsnumericNot supported. Set it to NULL.
max_sizenumericNot supported. Set it to NULL.
pct_increasenumericNot supported. Set it to NULL.
min_extlennumericNot supported. Set it to NULL.
contentscharacter varying(9)Not supported. Set it to NULL.
statuscharacter varying(9)Tablespace status. The default value is ONLINE.
loggingcharacter varying(9)Not supported. Set it to NULL.
force_loggingcharacter varying(3)Not supported. Set it to NULL.
extent_managementcharacter varying(10)Not supported. Set it to NULL.
allocation_typecharacter varying(9)Not supported. Set it to NULL.
segment_space_managementcharacter varying(6)Not supported. Set it to NULL.
def_tab_compressioncharacter varying(8)Not supported. Set it to NULL.
retentioncharacter varying(11)Not supported. Set it to NULL.
bigfilecharacter varying(3)Not supported. Set it to NULL.
predicate_evaluationcharacter varying(7)Not supported. Set it to NULL.
encryptedcharacter varying(3)Not supported. Set it to NULL.
compress_forcharacter varying(30)Not supported. Set it to NULL.
def_inmemorycharacter varying(8)Not supported. Set it to NULL.
def_inmemory_prioritycharacter varying(8)Not supported. Set it to NULL.
def_inmemory_distributecharacter varying(15)Not supported. Set it to NULL.
def_inmemory_compressioncharacter varying(17)Not supported. Set it to NULL.
def_inmemory_duplicatecharacter varying(13)Not supported. Set it to NULL.
sharedcharacter varying(12)Not supported. Set it to NULL.
def_index_compressioncharacter varying(8)Not supported. Set it to NULL.
index_compress_forcharacter varying(13)Not supported. Set it to NULL.
def_cellmemorycharacter varying(14)Not supported. Set it to NULL.
def_inmemory_servicecharacter varying(12)Not supported. Set it to NULL.
def_inmemory_service_namecharacter varying(1000)Not supported. Set it to NULL.
lost_write_protectcharacter varying(7)Not supported. Set it to NULL.
chunk_tablespacecharacter varying(1)Not supported. Set it to NULL.

更多详情请参考GaussDB 文档中心:doc.hcs.huawei.com/db/zh-cn/ga…