PostgreSQL
 sql >> Baza danych >  >> RDS >> PostgreSQL

Kolumny bazy danych w Wybierz lub utwórz zestawienia

Od Postgresu 12 , oficjalną listę ograniczeń można znaleźć w instrukcji :

Item                    Upper Limit             Comment
---------------------------------------------------------
database size           unlimited     
number of databases     4,294,950,911     
relations per database  1,431,650,303     
relation size           32 TB                   with the default BLCKSZ of 8192 bytes
rows per table          limited by the number of
                        tuples that can fit onto 4,294,967,295 pages     
columns per table       1600                    further limited by tuple size fitting on a single page; see note below
field size              1 GB     
identifier length       63 bytes                can be increased by recompiling PostgreSQL
indexes per table       unlimited               constrained by maximum relations per database
columns per index       32                      can be increased by recompiling PostgreSQL
partition keys          32                      can be increased by recompiling PostgreSQL

Wcześniej istniała oficjalna lista na stronie PostgresL „About” . Cytat dla Postgres 9.5 :

Limit                       Value
Maximum Database Size       Unlimited
Maximum Table Size          32 TB
Maximum Row Size            1.6 TB
Maximum Field Size          1 GB
Maximum Rows per Table      Unlimited
Maximum Columns per Table   250 - 1600 depending on column types
Maximum Indexes per Table   Unlimited

Jeśli zbliżysz się do tych limitów, prawdopodobnie robisz coś złego .




  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. pg_query_params zwraca błąd:komunikat bind dostarcza 2 parametry, ale przygotowana instrukcja wymaga 1

  2. Jak mogę bezpiecznie (pośrednio) przeszukiwać bazę danych postgresql w systemie Android?

  3. Mówienie użytkownikom, aby sami się rozwidlili

  4. Wygeneruj ERD dla istniejącej bazy danych

  5. Jak obliczyć skumulowaną sumę od dołu do góry?