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

Speed up relationship calculation #583

Closed
DavidMStraub opened this issue Dec 8, 2024 · 1 comment
Closed

Speed up relationship calculation #583

DavidMStraub opened this issue Dec 8, 2024 · 1 comment
Assignees

Comments

@DavidMStraub
Copy link
Member

Relationship calculation is currently too slow because it uses a large number of database queries. It should be relatively easy to get rid of this bottleneck by loading the relevant part of the database into memory.

@DavidMStraub
Copy link
Member Author

Fixed by #598 - further improvement likely requires caching.

@github-project-automation github-project-automation bot moved this from Recently Completed to In Progress in Gramps Web Roadmap Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

No branches or pull requests

1 participant