Re: Memory usage per session

From: AMatveev(at)bitec(dot)ru
To: Melvin Davidson <melvin6925(at)gmail(dot)com>
Cc: Stephen Frost <sfrost(at)snowman(dot)net>, Achilleas Mantzios <achill(at)matrix(dot)gatewaynet(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Memory usage per session
Date: 2016-07-08 15:32:25
Message-ID: 836958645.20160708183225@bitec.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

<html><head><title>Re: [GENERAL] Memory usage per session</title>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
</head>
<body>
<span style=" font-family:'courier new'; font-size: 9pt;">Hi<br>
<br>
&gt;&gt; &gt;&gt; The test performs about 11K lines of code<br>
&gt;&gt; &gt;&gt; Oracle: about 5M<br>
&gt;&gt; &gt;&gt; postgreSql: about 160М<br>
<br>
<br>
&gt;What is the actual O/S that PostgreSQL is installed on?&nbsp;<br>
&gt;How much total memory is on the server?&nbsp;<br>
&gt;I would be very curious about the values you have &nbsp;specified in postgresql.conf?<br>
&gt;&nbsp;Also, what is the exact version of PostgreSQL you are using?<br>
&gt;What is the total time to complete the test for all 3 DB's?<br>
&gt;The best I can tell is that with all the unknowns, you are comparing apples to oranges.<br>
<br>
There is real problem for us.<br>
<span style=" font-family:'verdana';">The PL/pgSQL interpreter parses the function's source text and produces an internal binary instruction tree the first time the function is called (within each session)<span style=" font-family:'times new roman'; font-size: 14pt;">&nbsp;<br>
<br>
<span style=" font-family:'Courier New'; font-size: 9pt;">The size of this instruction tree depends only of postgreSql build.<br>
<br>
And size is big, and size is not share between session.<br>
<br>
I understand that nobody says: Damn One second I will implement it soon :)<br>
<br>
Thank all for constructive answers.</body></html>

Attachment Content-Type Size
unknown_filename text/html 1.5 KB

In response to

Browse pgsql-general by date

  From Date Subject
Next Message AMatveev 2016-07-08 15:49:14 Re: Memory usage per session
Previous Message Achilleas Mantzios 2016-07-08 14:39:46 Re: Memory usage per session