Use a hash table to store current sequence values.
Heikki Linnakangas <heikki.linnakangas@iki.fi>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/sequence.c | modified | +35 −36 |