On Fri, Jun 26, 2015 at 11:33 AM, Fred Taylor <[email protected]> wrote:
> Yes, that's exactly correct. For Rushmore to kick in, the left side of > your condition must match a tag's fields. The tag name is irrelevant. > > So in your example, TABLEA must have an index on FGITEM. The tag name does > not matter. > > --------------------- Exactly. Making a compound index for the column(s) used as fkeys to other tables is the best way to keep querys fast. SOLines may have 3 fkeys, SOID, InventoryID, ContractPriceID as well as the primary key for the row. Put all of the fkeys into a single index. -- Stephen Russell Sr. Analyst Ring Container Technology Oakland TN 901.246-0159 cell --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/CAJidMYJssv=WGXsoOaXfSjVDefTK_H=t4wjysk7invmo4rt...@mail.gmail.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

