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

Make DataAccess properly configurable through YAML #1649

Closed
2 tasks done
takb opened this issue Jan 18, 2024 · 0 comments · Fixed by #1650
Closed
2 tasks done

Make DataAccess properly configurable through YAML #1649

takb opened this issue Jan 18, 2024 · 0 comments · Fixed by #1650
Assignees

Comments

@takb
Copy link
Contributor

takb commented Jan 18, 2024

GH fork can run with DataAccess classes configured to run in mmap mode, which uses less memory by not holding the entire graph data but loading only the parts immediately required. This also leads to a certain degree of performance loss, so this is currently an optional feature activated by configuration.

  • Introduce a proper config parameter
  • keep it behind a feature flag for now
    • it needs to be activated on demand for now.
@takb takb self-assigned this Jan 18, 2024
@takb takb mentioned this issue Jan 18, 2024
13 tasks
@github-project-automation github-project-automation bot moved this to Awaiting release in ors general Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Awaiting release
Development

Successfully merging a pull request may close this issue.

1 participant