iifedy / aseisql

Automatically exported from code.google.com/p/aseisql
0 stars 0 forks source link

Can we also have a graphical query plan #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Is it possible to have a graphical execution plan of the sybase, and if 
its performing nested loop joins data > MaxConfigureRows then would it do 
any sugessions like could replace this inner join with a hash join or 
Merge Join sugessions for performece. 

Having a graphical plan of the IO and what its doing like index seek/scan 
or table scan would realy benifit.

Original issue reported on code.google.com by bhushanv...@gmail.com on 27 Jul 2009 at 1:04

GoogleCodeExporter commented 8 years ago
We can catch all the "process plan and statistics" messages into a buffer where 
you
can group and sort values.
(without suggestions for performance)

Original comment by daggett....@gmail.com on 2 Aug 2009 at 11:51