perf: add KV read-modify-write primitive #29431
Labels
A-kv-client
Relating to the KV client and the KV interface.
A-sql-mutations
Mutation statements: UPDATE/INSERT/UPSERT/DELETE.
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
X-stale
Forked from #18657 (comment). For operations such as
INSERT INTO .... VALUES(...) ON CONFLICT DO UPDATE SET n = n+1
it would be useful to have a KV primitive that encapsulated then = n + 1
operation into a single round trip.The text was updated successfully, but these errors were encountered: