Re: Memory and hard ware calculation :

From: Ron <ronljohnsonjr(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Memory and hard ware calculation :
Date: 2019-01-22 20:05:25
Message-ID: b930a400-b1e1-4820-cd33-8c8e83d531de@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-performance


Have you analyzed the queries to ensure that they are efficient?
Have you examined the tables to ensure that they have indexes to support the
joins?
Have you minimized the amount of data selected?

On 1/22/19 6:54 AM, Rangaraj G wrote:
>
> Hi,
>
> My question
>
> Our connection is 1100 parallel connection and 1 GB I/p data and 1 GB o/p
> data in each connection, currently we are using 64 GB RAM and 8 core.
>
> But we need all the reports below 3 seconds.
>
> So kindly suggest expanding my hard ware and work memory.
>
> Is there any possibility to get your mobile number ?
>
> Regards,
>
> RANGARAJ G
>
> *From:* Cleiton Luiz Domazak <cleitondomazak(at)gmail(dot)com>
> *Sent:* Monday, January 21, 2019 11:13 PM
> *To:* Rangaraj G <rangaraj(at)uniphore(dot)com>
> *Cc:* pgsql-general(at)postgresql(dot)org; robertmhaas(at)gmail(dot)com;
> pgsql-performance(at)postgresql(dot)org
> *Subject:* Re: Memory and hard ware calculation :
>
> On Mon, Jan 21, 2019 at 5:35 PM Rangaraj G <rangaraj(at)uniphore(dot)com
> <mailto:rangaraj(at)uniphore(dot)com>> wrote:
>
> Hi,
>
> Memory and hard ware calculation :
>
> How much memory required to achieve performance with the 6GB RAM, 8
> Core, Max connection 1100 concurrent connection and O/p memory from
> procedure 1GB ?
>
> https://pgtune.leopard.in.ua/#/
>
> Is there any changes required in hardware and work memory expansion ?
>
> Regards
>
> RANGARAJ G
>

--
Angular momentum makes the world go 'round.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Achilleas Mantzios 2019-01-22 20:06:41 Re: PostgreSQL logical replication depends on WAL segments?
Previous Message Jeremy Finzel 2019-01-22 19:03:35 Re: PostgreSQL logical replication depends on WAL segments?

Browse pgsql-performance by date

  From Date Subject
Next Message Jan Nielsen 2019-01-22 21:00:06 Re: SELECT performance drop
Previous Message Jan Nielsen 2019-01-22 20:04:38 SELECT performance drop