全部產品
Search
文件中心

PolarDB:使用限制

更新時間:Jul 06, 2024

本文為您介紹PolarDB PostgreSQL版的相關使用限制。

節點規格檔案個數上限
polar.pg.x4.medium1048576
polar.pg.x4.large2097152
polar.pg.x4.xlarge2097152
polar.pg.x8.xlarge4194304
polar.pg.x8.2xlarge8388608
polar.pg.x8.4xlarge12582912
polar.pg.x8.12xlarge20971520

檔案個數上限:包括使用者表檔案、資料庫系統資料表檔案(大約1000個)、記錄檔等。一個普通的PolarDB表(非分區表)佔用3個檔案(資料檔案、visibilitymap檔案、fsm檔案,使用索引的話,每個索引一個檔案)。檔案數量達到上限後,繼續建立表會提示類似以下錯誤:

could not create file

此時需要刪除部分表或者升級叢集規格。

表 1. 其他限制
操作使用約束
資料庫的root許可權不提供superuser許可權,但提供polar_superuser許可權,為superuser許可權的子集。
dblink/fdw不支援。