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

wip: perf: replace improve root entity lookup performance by replacing #307

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Yogu
Copy link
Member

@Yogu Yogu commented Nov 27, 2023

dynamic DOCUMENT() call with static collection traversals

Several optimizations are disabled when DOCUMENT() is used because it assumes that the collection name can be dynamic. It is discouraged to use it when the collection name is statically known.

WIP: We need to reduce the usages of the EntityFromIdQueryNode, especially in lists. The change significantly blows up AQL for a lookup, and it adds new execution plan nodes (which are limited to 4000).

dynamic DOCUMENT() call with static collection traversals

Several optimizations are disabled when DOCUMENT() is used because it
assumes that the collection name can be dynamic. It is discouraged to
use it when the collection name is statically known.

WIP: We need to reduce the usages of the EntityFromIdQueryNode,
especially in lists. The change significantly blows up AQL for a lookup,
and it adds new execution plan nodes (which are limited to 4000).
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 this pull request may close these issues.

None yet

1 participant