Performance Considerations Clarity #570
Unanswered
josephlilleberg
asked this question in
Q&A
Replies: 0 comments
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
In the documentation for performance considerations with respect to Advanced Use Cases, it states the following:
I’m seeking clarification regarding potential performance implications when using Meta-Bind.
Initially, I understood that having multiple notes in my vault that dynamically create input and view fields using meta-bind-js-view could lead to performance issues—especially if many files contain such blocks. However, I was recently told that the performance concern may specifically relate to dynamic fields that query data across the entire vault, which would be a significantly different scenario.
Could you please clarify whether the performance impact comes primarily from the number of active meta-bind-js-view blocks in a vault, or if it’s more about the scope of data those views interact with (e.g., querying the full vault vs. note-local bindings)?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions