Re: One process per session lack of sharing

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: Simon Riggs <simon(at)2ndquadrant(dot)com>, AMatveev(at)bitec(dot)ru
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: One process per session lack of sharing
Date: 2016-07-20 16:53:18
Message-ID: 578FAC7E.1050804@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 12 July 2016 at 09:57, <AMatveev(at)bitec(dot)ru <mailto:AMatveev(at)bitec(dot)ru>> wrote:
>
> We have faced with some lack of sharing resources.
> So in our test memory usage per session:
> Oracle: about 5M
> MSSqlServer: about 4M
> postgreSql: about 160М
>
>
> Using shared resources also has significant problems, so care must be taken.

To see memory allocation by opinion of pgsql it's possible to use
https://github.com/postgrespro/memstat

This module (9.6+) could collect information about MemoryContexts allocation.

--
Teodor Sigaev E-mail: teodor(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2016-07-20 17:01:59 Re: skink's test_decoding failures in 9.4 branch
Previous Message Rod Taylor 2016-07-20 16:52:33 Re: Design for In-Core Logical Replication