-
Notifications
You must be signed in to change notification settings - Fork 156
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
Add experimental support for Citus #3437
Comments
Signed-off-by: Robin Arnold <[email protected]>
Signed-off-by: Robin Arnold <[email protected]>
Signed-off-by: Robin Arnold <[email protected]>
Signed-off-by: Robin Arnold <[email protected]>
Signed-off-by: Robin Arnold <[email protected]>
Signed-off-by: Robin Arnold <[email protected]>
Signed-off-by: Robin Arnold <[email protected]>
Signed-off-by: Robin Arnold <[email protected]>
Signed-off-by: Robin Arnold <[email protected]>
Signed-off-by: Robin Arnold <[email protected]>
Signed-off-by: Robin Arnold <[email protected]>
Signed-off-by: Robin Arnold <[email protected]>
Signed-off-by: Robin Arnold <[email protected]>
…t recs Signed-off-by: Robin Arnold <[email protected]>
Signed-off-by: Robin Arnold <[email protected]>
Signed-off-by: Robin Arnold <[email protected]>
Signed-off-by: Robin Arnold <[email protected]>
Signed-off-by: Robin Arnold <[email protected]>
Signed-off-by: Robin Arnold <[email protected]>
Signed-off-by: Robin Arnold <[email protected]>
Signed-off-by: Robin Arnold <[email protected]>
Signed-off-by: Robin Arnold <[email protected]>
Signed-off-by: Robin Arnold <[email protected]>
Signed-off-by: Robin Arnold <[email protected]>
Signed-off-by: Robin Arnold <[email protected]>
Signed-off-by: Robin Arnold <[email protected]>
Signed-off-by: Robin Arnold <[email protected]>
Signed-off-by: Robin Arnold <[email protected]>
Signed-off-by: Robin Arnold <[email protected]>
…ues. Remove ref_version_id Signed-off-by: Robin Arnold <[email protected]>
Signed-off-by: Robin Arnold <[email protected]>
Signed-off-by: Robin Arnold <[email protected]>
Signed-off-by: Robin Arnold <[email protected]>
Signed-off-by: Robin Arnold <[email protected]>
Signed-off-by: Robin Arnold <[email protected]>
…index Signed-off-by: Robin Arnold <[email protected]>
Signed-off-by: Robin Arnold <[email protected]>
… review fixes Signed-off-by: Robin Arnold <[email protected]>
* issue #3713 use distributed add_any_resource function for citus Signed-off-by: Robin Arnold <[email protected]> * issue #3437 fix usage of logicalResourceId and resourceId for remote index Signed-off-by: Robin Arnold <[email protected]>
Signed-off-by: Robin Arnold <[email protected]>
Signed-off-by: Robin Arnold <[email protected]>
Robin ran the fhir-server-test integration tests against a server configured with the citus backend and all the tests were passed. Interestingly, this was using single-node PostgreSQL that is configured to work like Citus by specifying dataSourceType=citus in the fhir-server-config. |
Is your feature request related to a problem? Please describe.
Citus is a distributed database extension for PostgreSQL.
Add distribution/replication information to the schema so that this metadata can be applied when the tables are created. Filter the creation of foreign key relationships according to the distribution rules.
Describe the solution you'd like
The schema tool should contain support for Citus databases.
Describe alternatives you've considered
Apply the Citus logic manually after the schema is created.
Acceptance Criteria
AND [another precondition]
WHEN [test step]
AND [test step]
THEN [verification step]
AND [verification step]
Additional context
Does not support migration from an earlier version. The first Citus install must be FHIR schema version V0026.
The text was updated successfully, but these errors were encountered: