std pik wrote:
> Hi all..
> please, how can i tune postgres performance?
>
> Thanks.
Thats a very generic question. Here are some generic answers:
You can tune the hardware underneath. Faster hardware = faster pg.
You can tune the memory usage, and other postgres.conf setting to match
your hardware. See the online manuals.
You can tune a single slow query, use explain analyze.
-Andy