edgedb-go icon indicating copy to clipboard operation
edgedb-go copied to clipboard

Implement PreferRepeatableRead

Open fmoor opened this issue 7 months ago • 2 comments

see python implementation

  • https://github.com/geldata/gel-python/pull/609
  • https://github.com/geldata/gel-python/pull/613
  • https://github.com/geldata/gel-python/pull/616

fmoor avatar Apr 29 '25 17:04 fmoor

Just wondering if there's any eta on this. Currently it's extremely easy to get "gel.TransactionSerializationError: could not serialize access due to read/write dependencies among transactions", hoping the PreferRepeatableRead will finally fix it.

pspsdev avatar May 16 '25 08:05 pspsdev

Just wondering if there's any eta on this. Currently it's extremely easy to get "gel.TransactionSerializationError: could not serialize access due to read/write dependencies among transactions", hoping the PreferRepeatableRead will finally fix it.

It is in progress, but I don't think I can give an ETA.

fmoor avatar May 19 '25 20:05 fmoor