Ryan
Ryan

Reputation: 175

How to pass data directly to final database in MarkLogic

Some of the data are just passed as is from the staging database to final database.

Is there a way to load data directly into the final database? The goal is to reduce the total time processing during harmonization.

Upvotes: 0

Views: 51

Answers (1)

The operational data hub uses MarkLogic content pump to load data into MarkLogic. You can control the destination database in MarkLogic content pump by setting the database parameter. Set the database to be the name of final database and run MarkLogic content pump in the command line.

Alternatively you can set the port for the app server associated with the final database.

Upvotes: 1

Related Questions