If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > PostgreSQL > Tool for optimizing Query in Postgresql

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-05-09, 01:23
himanshu2kk himanshu2kk is offline
Registered User
 
Join Date: Nov 2009
Posts: 1
Tool for optimizing Query in Postgresql

Hi

Can anybody suggest a tool that can be used to explain query execution plan, suggest alternative queries for the original query and choose the best query from a list of queries?

I know for Oracle we have tools but not sure about postgresql.

Thanks!
Reply With Quote
  #2 (permalink)  
Old 11-05-09, 12:40
artacus72 artacus72 is offline
Registered User
 
Join Date: Aug 2009
Location: Olympia, WA
Posts: 337
Those tools for Oracle are darn expensive. It won't suggest alternate queries, but PgAdmin does have a visual explain tool.

Using EXPLAIN - PostgreSQL Wiki
Reading PgAdmin Graphical Explain Plans - Postgres OnLine Journal
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On