Skip to content

Missing Records while trasfer data from main table to children #663

Answered by keithf4
Thavarajan asked this question in Q&A
Discussion options

You must be logged in to vote

Ok, things look normal there. Just going back and looking at your partiton_data_proc() call, you've got an interval size of 1000, but you're partitioned by time with a 3 month interval. So it's interpreting your interval value as a number of seconds: 1000 sec = 16 minutes. So it's only moving an amount of data for a 16 minute interval of time each loop and likely not moving everything within 2000 loops.

Instead try setting the p_interval value to a time interval value that would equate to about how many records you want to move in each transaction loop. Maybe try 1 day and see how long that takes for a single batch. If you're trying to keep your transaction lengths shorter and that takes …

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
8 replies
@keithf4
Comment options

@keithf4
Comment options

@Thavarajan
Comment options

@keithf4
Comment options

Answer selected by keithf4
@keithf4
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants