We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the feature With the new benchmarks added to diseasystore we should look for ways to optimise the core functions.
diseasystore
Some ideas:
Use 9999-01-01 instead of NULL as in valid_until to indicate an open record This can reduce the operations since we can then rely on "<" and not "< or NULL". https://github.com/ssi-dk/diseasystore/tree/refs/heads/feature/simpler-valid_until
9999-01-01
valid_until
Implement SCDB::create_index() on the generated tables https://github.com/ssi-dk/diseasystore/tree/refs/heads/feature/add_indexes
SCDB::create_index()
What use will this feature have? Performance
Who should add the feature? N/A
Additional context N/A
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the feature
With the new benchmarks added to
diseasystore
we should look for ways to optimise the core functions.Some ideas:
Use
9999-01-01
instead of NULL as invalid_until
to indicate an open recordThis can reduce the operations since we can then rely on "<" and not "< or NULL".
https://github.com/ssi-dk/diseasystore/tree/refs/heads/feature/simpler-valid_until
Implement
SCDB::create_index()
on the generated tableshttps://github.com/ssi-dk/diseasystore/tree/refs/heads/feature/add_indexes
What use will this feature have?
Performance
Who should add the feature?
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: