400InsufficientServerSpaceThis method is not allowed because the free space of directory must be greater than or equal to value for server serverId[, serverId...].存储空间不足。
分区预分配空间 select count(*) from INFORMATION_SCHEMA.PARTITIONS where PARTITION_NAME is not null; 每个分区会预分配4MB空间,该语句查询出分区的数量乘以4MB就是总的分区预分配空间。 Binlog show binary logs; 将所有binlog的文件大小相加。
为默认数据 teledb=# alter database teledb_db_new set search_path to public, pg_catalog; ALTER DATABASE alter database不支持修改的项目 项目 备注 encoding 编码 lc_collate 排序规则 lc_ctype 分组规则