Obsolete statistics
Good Afternoon.
We have one table in Oracle database that receives a large amount of data, and its statistics are performed every night. But in the morning, this table receives loads and updates and in a short period of time the statistics become not valid.
To solve this problem we could run the statistics every time the table updates, But we wouldn't like and would not be possible to run statistics every time it happens.
What solution could we use for that?