There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Delegated UNIQUENESS in Postgress. Use case: UNIQ index with immutable data, and lots of non-HOT updates on a table. Delegating UNIQ constraint to external table speeding up UPDATEs. ( pay 1 ms on INSERT, save 14 ms every UPDATE )