Feature request: Server side non transcational write support #306
grizzlybearer
started this conversation in
Ideas
Replies: 1 comment
-
Duplicated of #265. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
OpenFGA currently supports non transactional writes on the SDK side, by making a sequential write call per item, which is inefficient for our use-case for frequently writing >100k , >500k tuples.
It would be greatly beneficial if the Write API in the OpenFGA server itself supported this non transactional write mode.
A huge pain point we have with this is needing to read all the tuples of the store upfront, to compute the diff of pre-existing tuples.
We had to introduce a Postgres Read replica for this.
Beta Was this translation helpful? Give feedback.
All reactions