Add Idempotency support to Postgres #7749
Labels
state:released
Released as stable version
state:released-alpha
Released as alpha version
state:released-beta
Released as beta version
type:feature
New feature or improvement of existing feature
New Feature / Enhancement Checklist
Current Limitation
Postgres doesn't support Idempotency, mainly because it doesn't have a ttl index.
Feature / Enhancement Description
Originally discussed in #6744
Example Use Case
Filters out duplicate requests due to bad connectivity.
Alternatives / Workarounds
Clone the repo and manually edit lines that don't create/manage the
_Idempotent
class on Postgres. Then, manually create trigger or cron job that deletes rows on the database.3rd Party References
Stack discusses a way to add triggers to Postgres to achieve similar functionality to Mongo ttl index.
The text was updated successfully, but these errors were encountered: