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

Stateless models tree: Investigate cases where creating the hierarchy is slower compared to stateful implementation #597

Closed
grigasp opened this issue May 27, 2024 · 1 comment · Fixed by #598 or #599

Comments

@grigasp
Copy link
Member

grigasp commented May 27, 2024

No description provided.

@grigasp
Copy link
Member Author

grigasp commented May 28, 2024

Pushed a couple of changes to improve performance for creating the subject's / models hierarchy. Looks like another bottleneck our class hierarchy inspector, which requires the whole schema to be loaded - filed a separate backlog item to look into that: #601.

@grigasp grigasp closed this as completed May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment