PostgreSQL
https://gyazo.com/9b8d7a1633c16ebc80e61b9f118fdf92
PostgreSQL: The world's most advanced open source database
postgres/postgres: Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch
PostgreSQL - Wikipedia
Ingres - Wikipedia#Postgres
The PostgreSQL License
PostgreSQL: License
https://github.com/postgres/postgres/blob/master/COPYRIGHT
The PostgreSQL License - Open Source Initiative
表の行數を確認する
vacuum の樣子等に依って不正確だが、安全
select relname, seq_tup_read from pg_stat_user_tables where relname = 'テーブル名';
重くて危險に成り得る。「必ず危險」と云ふ訣ではない
select count(*) from テーブル名;
select count(1) from テーブル名;
pg_stat_user_tables を見た結果と、表の利用に關する知識とを元に判斷して實行しよう
PostgreSQL で deadlock を調べる
metrics
OTel postgresqlreceiver による metrics の計裝の仕方OpenTelemetry.icon
RDS PostgreSQL での SQL 統計 - Amazon Relational Database ServiceAmazon RDS.icon
Aurora PostgreSQL での SQL 統計 - Amazon AuroraAmazon Aurora.icon
macOS に Homebrew で入れた PostgreSQL の query log を見る - c4se記:さっちゃんですよ☆
詳解 PostgreSQL[10/11対応]―現場で役立つ新機能と実践知識 記事一覧 | gihyo.jp
1. PostgreSQLの今昔を知る―20年を超える歷史、リリースサイクル、環境構築
2. PostgreSQLの內部構造―プロセスやメモリの流れ、特徵的な機能のしくみ
3. アプリケーション開發に便利な機能―Window 函數、ストアドファンクション/プロシージャ、JIT、パラレルクエリ
4. PostgreSQL の運用に便利な機能―バックアップ、レプリケーション、パーティション、バージョンアップ
[改訂3版]内部構造から学ぶPostgreSQL―設計・運用計画の鉄則 (Software Design plus) | 上原 一樹, 勝俣 智成, 佐伯 昌樹, 原田 登志 |本 | 通販 | Amazon
Amazon RDSAmazon RDS.icon
Amazon RDS for PostgreSQL | AWS
Amazon AuroraAmazon Aurora.icon
Amazon Aurora PostgreSQL の操作 - Amazon Aurora
Azure Database for PostgreSQL のドキュメント | Microsoft Learn
connection pool
PgBouncer - lightweight connection pooler for PostgreSQL
pgpool Wiki
Pgpool-II 4.5.0 文書
read replica への負荷分散もできる
Citus Data | Distributed Postgres. At any scale.
MySQL の Vitess みたいなやつ
互換
YugabyteDB - Wikipedia#YugabyteDB_Query_Layer
Why CockroachDB and PostgreSQL are compatible