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
medibase and icd 11 are static data which could be loaded to directly to cache without fetching them from the db
update the medibase model to use atc_classification key as unique id
migrate all related models to use this id as fk
make id(atc_classification) as pk
remove external_id
update the load redis index functions to directly use the json to populate the index
make loading static data run parallel to the migration in the beat container
cc: @rithviknishad
The text was updated successfully, but these errors were encountered:
@sainak I would like to work on this issue , please assign it to me
Sorry, something went wrong.
DraKen0009
Successfully merging a pull request may close this issue.
medibase and icd 11 are static data which could be loaded to directly to cache without fetching them from the db
update the medibase model to use atc_classification key as unique id
migrate all related models to use this id as fk
make id(atc_classification) as pk
remove external_id
update the load redis index functions to directly use the json to populate the index
make loading static data run parallel to the migration in the beat containercc: @rithviknishad
The text was updated successfully, but these errors were encountered: