<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: PostgreSQL: How to measure the size of a Table Row and Data Page?	</title>
	<atom:link href="https://www.dbrnd.com/2016/03/postgresql-how-to-measure-the-size-of-a-table-row-and-data-page/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.dbrnd.com/2016/03/postgresql-how-to-measure-the-size-of-a-table-row-and-data-page/</link>
	<description>BIGData &#124; NoSQL &#124; MSSQL &#124; MySQL &#124; PostgreSQL</description>
	<lastBuildDate>Tue, 03 Jul 2018 19:10:04 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>
	<item>
		<title>
		By: Anvesh Patel		</title>
		<link>https://www.dbrnd.com/2016/03/postgresql-how-to-measure-the-size-of-a-table-row-and-data-page/#comment-6513</link>

		<dc:creator><![CDATA[Anvesh Patel]]></dc:creator>
		<pubDate>Tue, 03 Jul 2018 19:10:04 +0000</pubDate>
		<guid isPermaLink="false">https://www.dbrnd.com/?p=2193#comment-6513</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.dbrnd.com/2016/03/postgresql-how-to-measure-the-size-of-a-table-row-and-data-page/#comment-6509&quot;&gt;Alok Mishra&lt;/a&gt;.

Hey Alok, 

You are right, that was my mistake. It is 8kb data page size not a row size, but if a row size is 7kb then we should spare some free space for future alter. So we have to check the size of the row as well. 

If I am wrong, please correct me. 

I can see that you are from EnterpriseDB so please share some more internal on this and later I will update this article accordingly.]]></description>
			<content:encoded><![CDATA[<p>Hey Alok, </p>
<p>You are right, that was my mistake. It is 8kb data page size not a row size, but if a row size is 7kb then we should spare some free space for future alter. So we have to check the size of the row as well. </p>
<p>If I am wrong, please correct me. </p>
<p>I can see that you are from EnterpriseDB so please share some more internal on this and later I will update this article accordingly.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alok Mishra		</title>
		<link>https://www.dbrnd.com/2016/03/postgresql-how-to-measure-the-size-of-a-table-row-and-data-page/#comment-6509</link>

		<dc:creator><![CDATA[Alok Mishra]]></dc:creator>
		<pubDate>Mon, 02 Jul 2018 06:24:32 +0000</pubDate>
		<guid isPermaLink="false">https://www.dbrnd.com/?p=2193#comment-6509</guid>

					<description><![CDATA[what do you mean by &quot;your total row size is under 8kb&quot;...  If I do &quot;tuple_len / tuple_count&quot;, I get average tuple size (tuple size of a single row). 
So, should I consider this average tuple size (tuple size of a single row) and compare it wth 8kb block size? If not, can you please explain your sentence? 
Thanks for your help.]]></description>
			<content:encoded><![CDATA[<p>what do you mean by &#8220;your total row size is under 8kb&#8221;&#8230;  If I do &#8220;tuple_len / tuple_count&#8221;, I get average tuple size (tuple size of a single row).<br />
So, should I consider this average tuple size (tuple size of a single row) and compare it wth 8kb block size? If not, can you please explain your sentence?<br />
Thanks for your help.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ptcgh		</title>
		<link>https://www.dbrnd.com/2016/03/postgresql-how-to-measure-the-size-of-a-table-row-and-data-page/#comment-5939</link>

		<dc:creator><![CDATA[ptcgh]]></dc:creator>
		<pubDate>Thu, 19 Oct 2017 00:03:43 +0000</pubDate>
		<guid isPermaLink="false">https://www.dbrnd.com/?p=2193#comment-5939</guid>

					<description><![CDATA[i find you use &quot;SUM(length(t::text)) AS TextLength&quot;  ,how about these words used in a big table?]]></description>
			<content:encoded><![CDATA[<p>i find you use &#8220;SUM(length(t::text)) AS TextLength&#8221;  ,how about these words used in a big table?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anvesh Patel		</title>
		<link>https://www.dbrnd.com/2016/03/postgresql-how-to-measure-the-size-of-a-table-row-and-data-page/#comment-5809</link>

		<dc:creator><![CDATA[Anvesh Patel]]></dc:creator>
		<pubDate>Wed, 23 Aug 2017 06:39:45 +0000</pubDate>
		<guid isPermaLink="false">https://www.dbrnd.com/?p=2193#comment-5809</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.dbrnd.com/2016/03/postgresql-how-to-measure-the-size-of-a-table-row-and-data-page/#comment-5808&quot;&gt;dheer choudhary&lt;/a&gt;.

please tell me or contact me]]></description>
			<content:encoded><![CDATA[<p>please tell me or contact me</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: dheer choudhary		</title>
		<link>https://www.dbrnd.com/2016/03/postgresql-how-to-measure-the-size-of-a-table-row-and-data-page/#comment-5808</link>

		<dc:creator><![CDATA[dheer choudhary]]></dc:creator>
		<pubDate>Wed, 23 Aug 2017 06:14:33 +0000</pubDate>
		<guid isPermaLink="false">https://www.dbrnd.com/?p=2193#comment-5808</guid>

					<description><![CDATA[hello sir i have a question about postgresql database]]></description>
			<content:encoded><![CDATA[<p>hello sir i have a question about postgresql database</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anvesh Patel		</title>
		<link>https://www.dbrnd.com/2016/03/postgresql-how-to-measure-the-size-of-a-table-row-and-data-page/#comment-5398</link>

		<dc:creator><![CDATA[Anvesh Patel]]></dc:creator>
		<pubDate>Thu, 17 Nov 2016 17:49:40 +0000</pubDate>
		<guid isPermaLink="false">https://www.dbrnd.com/?p=2193#comment-5398</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.dbrnd.com/2016/03/postgresql-how-to-measure-the-size-of-a-table-row-and-data-page/#comment-5397&quot;&gt;Ronnie&lt;/a&gt;.

Thank you Ronnie for this update.
I have modified this article. Please visit again. 
Thanks,]]></description>
			<content:encoded><![CDATA[<p>Thank you Ronnie for this update.<br />
I have modified this article. Please visit again.<br />
Thanks,</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ronnie		</title>
		<link>https://www.dbrnd.com/2016/03/postgresql-how-to-measure-the-size-of-a-table-row-and-data-page/#comment-5397</link>

		<dc:creator><![CDATA[Ronnie]]></dc:creator>
		<pubDate>Wed, 16 Nov 2016 00:17:05 +0000</pubDate>
		<guid isPermaLink="false">https://www.dbrnd.com/?p=2193#comment-5397</guid>

					<description><![CDATA[ERROR:  relation &quot;public.tbl_testjson&quot; does not exist
LINE 7: FROM public.tbl_testjson AS t]]></description>
			<content:encoded><![CDATA[<p>ERROR:  relation &#8220;public.tbl_testjson&#8221; does not exist<br />
LINE 7: FROM public.tbl_testjson AS t</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
