Обсуждение: [pgAdmin III] #132: Use one of the new format for the graphical EXPLAIN

Поиск
Список
Период
Сортировка

[pgAdmin III] #132: Use one of the new format for the graphical EXPLAIN

От
"pgAdmin Trac"
Дата:
#132: Use one of the new format for the graphical EXPLAIN
-----------------------+----------------------------------------------------
 Reporter:  gleu       |       Owner:  dpage
     Type:  feature    |      Status:  new  
 Priority:  minor      |   Milestone:       
Component:  pgadmin    |     Version:  trunk
 Keywords:  querytool  |    Platform:  all  
-----------------------+----------------------------------------------------
 Quote from Magnus:

 > Right. What I'd envision us doing is a simple
 > if (version < 9.0)
 >    run_old_explain_code();
 > else
 >    run_new_explain_code();
 >
 > and only the codepath for run_new_explain_code() - which would use a
 > machine format output - would have the implementation of any of these
 > new parameters.
 >
 > It would be slightly more work to get started since the new parser
 > needs to be done (hopefully there are classes that'll do 95% of that
 > for us already though), but not having to maintain manual parsing of
 > these new options should be a win in the long run.
 >
 > And eventually, some 5 years from now or so, we can retire the old
 > explain code because we no longer support pre-9.0 versions :D
 >

--
Ticket URL: <http://code.pgadmin.org/trac/ticket/132>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III

Re: [pgAdmin III] #132: Use one of the new format for the graphical EXPLAIN

От
"pgAdmin Trac"
Дата:
#132: Use one of the new format for the graphical EXPLAIN
-----------------------+----------------------------------------------------
 Reporter:  gleu       |       Owner:  dpage
     Type:  feature    |      Status:  new  
 Priority:  minor      |   Milestone:       
Component:  pgadmin    |     Version:  trunk
 Keywords:  querytool  |    Platform:  all  
-----------------------+----------------------------------------------------

Comment(by gleu):

 Two interesting links:

  * [http://explain.depesz.com/help]
  *
 [http://www.postgresonline.com/demos/pg_explain_plan/pg_explain_plan.html]

--
Ticket URL: <http://code.pgadmin.org/trac/ticket/132#comment:1>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III