Genesys CTI User Forum
Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: JTL on November 28, 2006, 04:45:15 PM
-
Anyone any experiences with this?
We noticed an alarming slow-down with data aggregation in a large environment, and this table was being scanned... and was HUGE.
Why isn't this table "house-kept" by ETL, and does anyone automate the process?
-
We are running it on Oracle and there is not problem with it.
What is wrong with the table being big? It is indexed, so it should not affect your overall performance that much.
Have your looked at the execution plan to see where exactly you get a perfomance hit?
Vic
-
In the REP_REBUILD_LOG the dates of the most recently aggregated statistics are recorded so that ETL can know the starting point of the next aggregation. If you delete the latest records, ETL will start re-aggregating.
Pretty strange you have some performances problem; anyway i remember that Genesys Support suggested to create a second index on pre-7 releases.