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

[perf] cap span descendants query, possibly lazy load #6479

Open
mikeldking opened this issue Feb 20, 2025 · 2 comments
Open

[perf] cap span descendants query, possibly lazy load #6479

mikeldking opened this issue Feb 20, 2025 · 2 comments

Comments

@mikeldking
Copy link
Contributor

Some traces can get extremely deep - we need to put a limit on this and consider lazy loading this

@mikeldking
Copy link
Contributor Author

It looks like the entire span decendents is loaded in a data loader in one go. We need to figure out how the data loader only returns the IDs and to load the content second:

@strawberry.field(

@mikeldking
Copy link
Contributor Author

Since it's not a connection, we actually don't have a way to cap it right now

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

No branches or pull requests

1 participant