Use a hash table to store current sequence values.
This speeds up nextval() and currval(), when you touch a lot of different sequences in the same backend. David Rowley
Showing
Please register or sign in to comment
This speeds up nextval() and currval(), when you touch a lot of different sequences in the same backend. David Rowley