Re: Identical servers different plan for the same query
Posted by:
Eric Coll
Date: April 09, 2012 10:42AM
Answering the index questions:
The last_tiemstamp table and join are correct. This table register the latest snapshot per region. Basically, the most recent data for all accounts in that region will have the same timestamp.
The unique key is awful, agree, but I understand why it was done like that. The partitioned table requires a unique index and that was the only unique key. I'd have replaced have of the fields with a generated id or a hash, but that requires significant changes to the live db and the services that insert the data which are fairly complex.
Subject
Views
Written By
Posted
3201
April 07, 2012 01:20AM
1436
April 07, 2012 09:55AM
1437
April 07, 2012 02:54PM
1692
April 08, 2012 12:20PM
1876
April 09, 2012 10:24AM
1461
April 09, 2012 10:35AM
1392
April 09, 2012 10:37AM
Re: Identical servers different plan for the same query
1457
April 09, 2012 10:42AM
1461
April 10, 2012 03:28PM
1497
April 10, 2012 10:29PM
1380
April 11, 2012 10:05AM
1471
April 12, 2012 08:56AM
1449
April 12, 2012 03:23PM
2565
April 13, 2012 03:49PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.