Re: Partition Pruning based on subquery / join result
Please use aliases on all fields in the SELECT; I cannot tell which fields are in ff vs dd.
I need to see the table definitions; please provide
* SHOW CREATE TABLE tbl\G -- engine, indexes
* SHOW TABLE STATUS LIKE 'tbl'\G -- sizes
* EXPLAIN SELECT ...\G -- clues of inefficiencies
* SHOW VARIABLES LIKE '%buffer%'; -- cache size
and surround them with [ code ] and [ / code ]
Subject
Views
Written By
Posted
5472
July 09, 2010 03:54AM
Re: Partition Pruning based on subquery / join result
2307
July 11, 2010 11:30AM
2418
July 12, 2010 05:05AM
2409
July 12, 2010 11:41PM
2221
July 13, 2010 09:33AM
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.