Joseph Schorr
Joseph Schorr
This will likely be included in a series of index cleanup changes coming soon; closing for now
It would be protocol buffer wire-format compatible but would break all the generated clients
That error indicates that you're likely overloading the Postgres instance; are you performing these writes concurrently? There is a limit after which Postgres won't allow further concurrent writes, especially large...
@nate-kis And does it still happen now? Is the relationship being written in the table already?
@nate-kis Anymore details?
Redesigned and rebased as discussed
Updated
Updated
`--consistency-full` indicates that the most recent revision must be used. If you make two requests and there have been no writes to SpiceDB, then using cache is correct and `--explain`...