MySQL Forums
Forum List  »  Performance

Re: How to get acceptable/repeatable performance on huge table
Posted by: Peter Stridsberg
Date: August 31, 2012 07:30AM

Unfortunately, we need really fast access to all rows with a specific Uid, thats the most important function of this table. (We do in the order of 1000 such lookups per sec and can't accept loosing performance there).

We have good peformance with that today but it would become worse with an ordinary Uid index - don't you agree?

Would not an additional index (adId, uid) do the same thing as rearranging the PK?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: How to get acceptable/repeatable performance on huge table
996
August 31, 2012 07:30AM


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.