2

I'm using Pentaho service to import all tables and data from a SQL database to a pgSQL database. I'm using the 'sort row' transformation for this.

Now what I need is to sync the two databases frequently. (ie, changes occurred in SQL db needs to reflects on pgSQL db)

How can I do this or which transformation do I need to use?

Priyanka
  • 169
  • 3
  • 10
lekshmi
  • 21
  • 4

1 Answers1

0

you can create one job which executes every 2 minutes or 5 minutes depending on your new data frequency in sql db and takes the new data and dumps into pgsql db. there are various way to do it.

one of such is check for look-up,explore how it works and you will get idea.

Helping Hand..
  • 2,430
  • 4
  • 32
  • 52