postgreSQL
#MySQL
Automatic Vacuuming
https://www.postgresql.org/docs/11/runtime-config-autovacuum.html
削除フラグを削除する仕組み
MATERIALIZED VIEW
https://www.postgresql.jp/document/9.3/html/rules-materializedviews.html
https://www.postgresql.org/docs/11/sql-dropmaterializedview.html
マテリアライズドビューは、通常のビューと違いデータを持つビューなので、元テーブルへの検索負荷を減らす
PostgreSQL におけるマテリアライズドビューの高速更新技術
https://www.sraoss.co.jp/tech-blog/pgsql/ivm_poc_with_oids/