Pg::Explain

Object approach at reading explain analyze output
Download

Pg::Explain Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Hubert Lubaczewski
  • Publisher web site:
  • http://search.cpan.org/~depesz/

Pg::Explain Tags


Pg::Explain Description

Pg::Explain is an object approach at reading explain analyze output.SYNOPSISQuick summary of what the module does.Perhaps a little code snippet. use Pg::Explain; my $explain = Pg::Explain->new('source_file' => 'some_file.out'); ... my $explain = Pg::Explain->new( 'source' => 'Seq Scan on tenk1 (cost=0.00..333.00 rows=10000 width=148)' ); ...Product's homepage


Pg::Explain Related Software