v1.2.0-rc3 release candidate is out with optimizations for ListObjects #167
Replies: 5 comments 24 replies
-
ListObject query takes 18 seconds. |
Beta Was this translation helpful? Give feedback.
-
Hi! How long did it take with the previous version? |
Beta Was this translation helpful? Give feedback.
-
Hi, I am testing this model
I am trying to filter farms in specific accounts using contextual tuples. It used to work but was slower before due to use of
This is the log
|
Beta Was this translation helpful? Give feedback.
-
We've released a new release candidate ( For those of you testing out the release candidate, please pull it down and test it and let us know how it works for you 👍
|
Beta Was this translation helpful? Give feedback.
-
We've also just released a third release candidate
|
Beta Was this translation helpful? Give feedback.
-
We’ve just released another release candidate v1.2.0-rc3 for the upcoming release of OpenFGA. This release includes the patch fixes for the security advisory CVE-2023-35933. If you're actively evaluating the
v1.2.0
release candidate, please upgrade tov1.2.0-rc3
to avoid the vulnerability reported in that CVE.This release candidate includes experimental support for an optimized ListObjects implementation that can improve performance by a very large degree for models involving intersection (
and
operator in the DSL) and/or exclusion (but not
operator in the DSL). Enable this new experimental feature with the--experimentals optimized-list-objects
flag or by setting theOPENFGA_EXPERIMENTALS=optimized-list-objects
env variable.To run this release:
We’d love the communities help in further testing out this release candidate and give us feedback on how it improves performance for your models and query patterns. Please drop any comments/questions in the discussion below or feel free to reach out over Discord.
Beta Was this translation helpful? Give feedback.
All reactions