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 bug When adding a second schema, the size report appeared to include the size of the first schema.
Environment Which version of LinuxForHealth FHIR Server? 5.0.0-RC2
To Reproduce Steps to reproduce the behavior:
small
large
Expected behavior The size report should accurately show the size of each schema
Additional context
Running the schema size report:
java -jar /path/to/fhir-persistence-schema/target/fhir-persistence-schema-*-cli.jar \ --db-type postgresql \ --prop-file fhiradmin.properties \ --schema-name your-schema-name \ --show-db-size \ --show-db-size-detail
The text was updated successfully, but these errors were encountered:
maybe tackle #3872 at the same time?
Sorry, something went wrong.
issue #3949 fix schema size collection for PostgreSQL with multiple s…
220c2fc
…chemas Signed-off-by: Robin Arnold <robin.arnold@ibm.com>
Merge pull request #3954 from LinuxForHealth/issue-3949-schema-size
85c4a88
Created the following 2 schemas.
Database Size Report ==================== Date: 2022-10-12T17:42:11.262836Z Schema: FHIRDATA Db Size: 37150720 bytes Table Size: 14893056 bytes Index Size: 22257664 bytes Database Size Report ==================== Date: 2022-10-12T19:47:43.009443Z Schema: FHIRTESTDATA Db Size: 10240000 bytes Table Size: 630784 bytes Index Size: 9609216 bytes
Now the size report accurately show the size of each schema. This is working as expected.
punktilious
No branches or pull requests
Describe the bug
When adding a second schema, the size report appeared to include the size of the first schema.
Environment
Which version of LinuxForHealth FHIR Server? 5.0.0-RC2
To Reproduce
Steps to reproduce the behavior:
small
schema is similar to the size of thelarge
schema.Expected behavior
The size report should accurately show the size of each schema
Additional context
Running the schema size report:
The text was updated successfully, but these errors were encountered: