HyperSQL-PostgreSQL의 문서들을 제공하는 Repository입니다.
-
OS
-
CentOS Linux release 7.6.1810 (Core)
-
-
Binary
-
postgres (PostgreSQL) 14.2
-
pg_ctl (PostgreSQL) 14.2
-
psql (PostgreSQL) 14.2
-
-
OpenSource
-
barman version 2.19
-
bucardo version 5.6.0
-
pgBackrest version 2.3.9
-
pgpool-II-pg11 4.3.1
-
pgbadger version 11.7
-
pgbouncer 1.17.0
-
pgAdmin4 version 6.8
-
slony-i verison 2.2.10
-
ora2pg version 12.2
-
Backup 문서 |
|
Logging 문서 |
|
Parameter 문서 |
|
Release 문서 |
|
Restore 문서 |
|
Upgrade 문서 |
Docker 문서 |
|
Kubernetes 문서 |
initdb 문서 |
|
pg_basebackup 문서 |
|
pg_dump 문서 |
|
pg_dumpall 문서 |
|
pg_restore 문서 |
|
pg_upgrade 문서 |
|
pgbench 문서 |
|
psql 문서 |
pg_agent 문서 |
|
pg_cron 문서 |
|
pg_partman 문서 |
|
bgw_replstatus 문서 |
|
pg_stat_statements 문서 |
|
pgaudit 문서 |
|
pgcrypto 문서 |
|
postgis 문서 |
|
postgres_fdw 문서 |
|
dblink 문서 |
HyperSQL-PostgreSQL 표준 설치 문서 |
|
Replication 설치 문서 |
.NET interface 문서 |
|
DB_link 문서 |
|
Go 문서 |
|
JDBC 문서 |
|
node.js 문서 |
|
ODBC 문서 |
|
Perl 문서 |
|
Python 문서 |
|
TCL 문서 |
Analyze 문서 |
|
BackgroundWriter 문서 |
|
Checkpointer 문서 |
Partition Table 문서 |
|
VACUUM 문서 |
PostgreSQL 공식 문서 참조
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 |
Filed 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 |
Name | Language | Comments | Website |
---|---|---|---|
DBD::Pg |
Perl |
Perl DBI driver |
|
JDBC |
Java |
Type 4 JDBC driver |
|
libpqxx |
C++ |
C++ interface |
|
node-postgres |
JavaScript |
Node.js driver |
|
Npgsql |
.NET |
.NET data provider |
|
pq |
Go |
Pure Go driver for Go’s database/sql |
|
psqlODBC |
ODBC |
ODBC driver |
|
psycopg |
Python |
DB API 2.0-compliant |
|
pgtcl |
Tcl |
||
pgtclng |
Tcl |