analyze_constraints
We've large tables and unfortunately the analyze_constraints() function is taking longer and longer!
We're doing every hour bulk data loading and afterwards verifying the data with the analyze_constraints() function.
Is there some kind of best practice, how I can do this more efficiently?
Just to analyze the data that is supposed to be uploaded and not the complete table every time.
Thanks in advance!
We're doing every hour bulk data loading and afterwards verifying the data with the analyze_constraints() function.
Is there some kind of best practice, how I can do this more efficiently?
Just to analyze the data that is supposed to be uploaded and not the complete table every time.
Thanks in advance!
0
Comments
--Sharon