GBase 8a
运维管理
文章

磁盘空间回收

发表于2025-06-25 14:54:3135次浏览0个评论

在数据库中执行删除操作
gbase> delete t_all where rowid > 25000000;
Query OK, 349999994 rows affected (Elapsed: 00:00:06.77)
  gbase> alter table t_all shrink space full;
Query OK, 0 rows affected (Elapsed: 00:00:01.39)

评论

登录后才可以发表评论