PostgreSQL Limitations – giới hạn của Postgresql

PostgreSQL là một hệ quản trị cơ sở dữ liệu mã nguồn mở mạnh mẽ và phổ biến. Tuy nhiên, giống như bất kỳ hệ thống phần mềm nào khác, nó cũng có một số hạn chế. Dưới đây là một số hạn chế đáng chú ý của PostgreSQL:

database sizeunlimited
number of databases4,294,950,911
relations per database1,431,650,303
relation size32 TBwith the default BLCKSZ of 8192 bytes
rows per tablelimited by the number of tuples that can fit onto 4,294,967,295 pages
columns per table1,600further limited by tuple size fitting on a single page; see note below
columns in a result set1,664
field size1 GB
indexes per tableunlimitedconstrained by maximum relations per database
columns per index32can be increased by recompiling PostgreSQL
partition keys32can be increased by recompiling PostgreSQL
identifier length63 bytescan be increased by recompiling PostgreSQL
function arguments100can be increased by recompiling PostgreSQL
query parameters65,535

Xem thêm chi tiết tại: https://www.postgresql.org/docs/current/limits.html

 

0 0 đánh giá
Đánh giá bài viết
Theo dõi
Thông báo của
guest

0 Góp ý
Phản hồi nội tuyến
Xem tất cả bình luận