GBase 8s
运维管理
文章

GBase8s 查看数据库表空间信息

发表于2026-01-08 09:24:1260次浏览3个评论

##onstat -d 查看数据库表空间信息
onstat -d命令用于检查数据库空间的使用情况

[gbasedbt@node13 ~]$ onstat -d
Your evaluation license will expire on 2021-08-27 00:00:00

GBase Database Server Version 12.10.FC4G1TL -- On-Line (Prim) -- Up 00:16:02 -- 2023104 Kbytes

Dbspaces
address          number   flags      fchunk   nchunks  pgsize   flags    owner    name
55143028         1        0x60001    1        1        2048     N  BA    gbasedbt rootdbs
576e8028         2        0x40001    2        1        2048     N  BA    gbasedbt plogdbs
576e8258         3        0x60001    3        1        2048     N  BA    gbasedbt llogdbs
576e8488         4        0x42001    4        1        8192     N TBA    gbasedbt tmpdbs1
576e86b8         5        0x40001    5        1        16384    N  BA    gbasedbt datadbs1
576e88e8         6        0x48001    6        1        2048     N SBA    gbasedbt sbspace1
576e8b18         7        0x40001    7        1        16384    N  BA    gbasedbt datadbs2
 7 active, 2047 maximum

Chunks
address          chunk/dbs     offset     size       free       bpages     flags pathname
55143258         1      1      0          102400     75469                 PO-B-D /home/gbasedbt/gbs_server/data/storage_hdr5/rootdbs
5770b028         2      2      0          500000     4947                  PO-B-D /home/gbasedbt/gbs_server/data/storage_hdr5/plogdbs
5770c028         3      3      0          5500000    4899947               PO-BED /home/gbasedbt/gbs_server/data/storage_hdr5/llogdbs
5770d028         4      4      0          125000     124947                PO-B-- /home/gbasedbt/gbs_server/data/storage_hdr5/tmpdbs1
5770e028         5      5      0          125000     64642                 PO-BED /home/gbasedbt/gbs_server/data/storage_hdr5/datadbs1
57b02028         6      6      0          500000     466272     466272     POSB-D /home/gbasedbt/gbs_server/data/storage_hdr5/sbspace1
                                 Metadata 33675      25057      33675   
57b03028         7      7      0          625000     389399                PO-B-D /home/gbasedbt/gbs_server/data/storage_hdr5/datadbs2
 7 active, 32766 maximum

NOTE: The values in the "size" and "free" columns for DBspace chunks are
      displayed in terms of "pgsize" of the DBspace to which they belong.


Expanded chunk capacity mode: always

评论

登录后才可以发表评论
用户头像
GBase用户28017发表于 6个月前
学习。
用户头像
山佳发表于 6个月前
学习
用户头像
柒柒天晴发表于 2个月前
向大佬学习