Data from Postgres Production DB to a postgres staging database

55 views Asked by At

Our team has a postgres DB which has a lot of data, to which Pega (Decisioning Platform) is connected. But Pega receives unwanted attributes, data and irrelevant information from this DB which is impacting its performance and efficiency. I'm planning to implement a staging DB(another postgres DB) with only required tables, data and attributes for Pega. Could you please suggest a best possible solution to load data from Postgres DB to this staging DB on a regular basis. I guess one best option would be ETL. Are there any other easy efficient ways of doing the same.

0

There are 0 answers