Implementierung von Index Clustered Tables (Index Organized Tables): Tabelle muss “reclustered” werden: PostgreSQL Documentation: CLUSTER, Stackoverflow: About clustered index in postgres
Standard Community PostgreSQL kennt keine Optimizer Hints (siehe z.B. SELECT. EDB schon (siehe hier).
Es gibt keine Verschlüsselung auf Platte (Encryption at Rest) oder zumindest wird noch dran gearbeitet…
Bei “Autonomen Transaktionen” (autonomous transactions) ist PostgreSQL schecht. Info von hier:
Alexander Korotkov, OrioleDB, 2025-03-24: [https://www.orioledb.com/blog/better-table-access-methods](Why PostgreSQL needs a better API for alternative table engines?)
Various different PostgreSQL flavours
We could also call them forks or branches of “Vanilla PostgreSQL”.