Subject | Re: Any available documentation on Plan Analyzer? |
---|---|
Author | Svein Erling Tysvær |
Post date | 2005-02-05T19:47:33Z |
Hi Adam!
FROM A JOIN B is different from SELECT * FROM B JOIN A? Can you show
us the "good" and "bad" query with their indexes? I'm just puzzled.
Set
> I reduced a query from 3 minutes to about 0.5 seconds just lastStatements like this makes me curious. Are you saying that SELECT *
> week, and all I did was switch around the order of the joins and
> the switched one of them with the from. It reduced the workload
> from 100000 records to about 3 or 4 records.
FROM A JOIN B is different from SELECT * FROM B JOIN A? Can you show
us the "good" and "bad" query with their indexes? I'm just puzzled.
Set