Question

Incremental load of INVENTORY_TRANSACTION_HISTORY_TAB

  • 4 October 2023
  • 1 reply
  • 22 views

Userlevel 4
Badge +7

Hi folks,

after 15 months of IFS live the ITH is up to 3.4 Mio records.
That takes around 30 minutes to fetch all the data from ORACLE into MS SQL Server.

I would like to load the data incremental.

So the questions are:
Is a ITH record fix the moment it is created or could it be changed?

Is the TRANSACTION_ID “ongoing”, so we could be shure, the last (maximum)
is the latest in a row?

 

If so, I can easily fetch max(TRANSACTION_ID) from destination and use this as a filter
for the ORACLE fetch SQL command.

Many thanks

Michael


1 reply

Userlevel 4
Badge +7

Hi,

one additional question.
When I look into the ITH
I expected consecutive TRANSACTION_IDs
But there are “gaps”.

What happened with the missing TRANSACTION_IDs?

 

Best regards

Michael

Reply