Re: Problem with database performance, Debian 4gb ram ?

From: Ivan Voras <ivoras(at)freebsd(dot)org>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Problem with database performance, Debian 4gb ram ?
Date: 2009-11-02 14:22:03
Message-ID: hcmpu8$44l$1@ger.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-performance

Grant Masan wrote:
> Hi Hi all,
>
> I have now readed many many forums and tried many different solutions
> and I am not getting good performance to database. My server is Debian
> linux, with 4gb ram, there is also java application and I am giving to
> that 512mb (JAVA_OPTS) memory. In database there is now like 4milj rows.
> What should I do better.
> Now .conf is:
>
> max_connections = 80
> shared_buffers = 512MB
> temp_buffers = 8MB
> work_mem = 20MB
> maintenance_work_mem = 384MB
> wal_buffers = 8MB
> checkpoint_segments = 128MB
> effective_cache_size = 2304MB
> cpu_tuple_cost = 0.0030
> cpu_index_tuple_cost = 0.0010
> cpu_operator_cost = 0.0005
> fsync = off
> checkpoint_timeout = 1h
>
> and I am giving kernels like:
>
> sysctl -w kernel.shmmax=1073741824
> sysctl -w kernel.shmall=2097152
>
> btw, what file I should modify to give this kernels as defaults ?
>
> Thank you very much ! Hope you can clear my problem !

You have given almost no information that can be used to help you. In
particular, you seem to be mixing up Java performance and database
performance (JAVA_OPTS has nothing to do with pg performance).

How do you know your performance is low? What is your hardware, what
performance do you get and what do you expect?

If after this you are still convinced the problem is database-related,
you will probably need to run a tool like
http://pqa.projects.postgresql.org/ to search which queries are slow and
then start analyzing each particular query.

In short, there is no magical answer to your question :)

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Merlin Moncure 2009-11-02 14:33:16 Re: array_reverse()
Previous Message Tom Lane 2009-11-02 14:20:38 Re: array_reverse()

Browse pgsql-performance by date

  From Date Subject
Next Message Grzegorz Jaśkiewicz 2009-11-02 14:33:52 Re: [PERFORM] Problem with database performance, Debian 4gb ram ?
Previous Message Grzegorz Jaśkiewicz 2009-11-02 14:19:47 Re: Problem with database performance, Debian 4gb ram ?