MySQL Forums
Forum List  »  InnoDB

Re: partitioning of a table
Posted by: Harold Content
Date: May 05, 2014 07:54AM

here is a simple example of a explain select

1 SIMPLE tblvbu ALL PRIMARY 13 Using temporary; Using filesort
1 SIMPLE tblvlocatie ref PRIMARY,key bu key bu 5 vm06inkdb1.tblvbu.vbuid 10 Using where; Using index
1 SIMPLE tblghdeb ref PRIMARY,Key locatie Key locatie 5 vm06inkdb1.tblvlocatie.vlid 1 Using where; Using index
1 SIMPLE tbldebart ref debkey,artkey debkey 5 vm06inkdb1.tblghdeb.debid 1829 Using where
1 SIMPLE tblart eq_ref PRIMARY PRIMARY 4 vm06inkdb1.tbldebart.AID 1

Options: ReplyQuote


Subject
Views
Written By
Posted
1887
May 01, 2014 05:25AM
943
May 02, 2014 10:51AM
998
May 05, 2014 07:31AM
Re: partitioning of a table
932
May 05, 2014 07:54AM
978
May 06, 2014 06:02PM
812
May 07, 2014 03:20AM
852
May 08, 2014 08:50AM
972
June 02, 2014 02:09AM
917
June 02, 2014 09:41PM


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.