Best practices for queries? Should I delete all inactive query definitions? #260
Unanswered
willhoney7
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Yes, the queries re reactive so are being updated when underlying data changes (per transaction). That could add processing effort if it's large and complex and not being used. But measure it and see. I'm curious to know how you are using queries in a way that might make this a concern. Eg would it help if they were parametrizable? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Should I delQueryDefinition for any query not actively being used? Do the queries run behind-the-scenes based on being defined or based on having listeners?
Beta Was this translation helpful? Give feedback.
All reactions