ruto on Nostr: ...
PostgreSQLにはトランザクションのコミット時刻をとる関数があり、また、テーブルの各行には書き込んだトランザクションのIDが記録されている。しかしトランザクションのコミット時刻は一時的に保存されているものなので、インデックスに使えないはず。
https://www.postgresql.org/docs/16/functions-info.html#FUNCTIONS-COMMIT-TIMESTAMP
https://www.postgresql.org/docs/16/ddl-system-columns.html
https://www.postgresql.org/docs/16/runtime-config-replication.html#GUC-TRACK-COMMIT-TIMESTAMP
https://www.postgresql.org/docs/16/functions-info.html#FUNCTIONS-COMMIT-TIMESTAMP
https://www.postgresql.org/docs/16/ddl-system-columns.html
https://www.postgresql.org/docs/16/runtime-config-replication.html#GUC-TRACK-COMMIT-TIMESTAMP