piyusql / pgtuner

A postgres tool to suggest the improvements on db schema

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pgtuner

A postgres tool to suggest the improvements on db schema

It will try to give user the following insight

  • Query time analyze
  • Index usage statistics and analyze
  • Cache hits, best memory utilization

About

A postgres tool to suggest the improvements on db schema


Languages

Language:Go 68.1%Language:TSQL 18.6%Language:Shell 8.9%Language:Dockerfile 4.5%