Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve performance of repeated XPath queries over secondary instances #689

Closed
lognaturel opened this issue Jul 22, 2022 · 0 comments · Fixed by #715
Closed

Improve performance of repeated XPath queries over secondary instances #689

lognaturel opened this issue Jul 22, 2022 · 0 comments · Fixed by #715

Comments

@lognaturel
Copy link
Member

lognaturel commented Jul 22, 2022

Given a form that has a secondary instance
And multiple XPath queries against that secondary instance with a common subexpression
Then queries after the first should be faster than the first

select-from-file-50k.xlsx with external secondary instance external.csv (GSheets source) is big enough to take noticeable time on most devices.

There could be limitations to what kinds of expressions can benefit from the intervention (e.g. only single equality predicates such as name=${selected})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant