Improve getTotalSiteUniqueVisits() execution time
Description
Environment
None
Test Plan
None
Activity
Show:

Nuno Grilo May 26, 2009 at 7:59 AM
Fixed in r60750.
SQL query was modified to take advantage of the new index (added to conversion script):
create index SST_EVENTS_SITEEVENTUSER_ID_IX on SST_EVENTS (SITE_ID,EVENT_ID,USER_ID);
This index creation will take several minutes to complete.
Improve getTotalSiteUniqueVisits() execution time