Re: Problem with estimating pages for a table - Mailing list pgsql-hackers

From Euler Taveira de Oliveira
Subject Re: Problem with estimating pages for a table
Date
Msg-id 4A0B3F82.9060202@timbira.com
Whole thread Raw
In response to Problem with estimating pages for a table  (Cristina M <cristina.maier@yahoo.com>)
List pgsql-hackers
Cristina M escreveu:
> - for table t2(l_orderkey int, l_partkey int, l_quantiy, l_tax,
> l_extendedprice, l_discount) I got an error of 42 %.
> 
I suspect you have NULLs in your table; they're stored as bitmaps, so they use
little space.


--  Euler Taveira de Oliveira http://www.timbira.com/


pgsql-hackers by date:

Previous
From: Greg Smith
Date:
Subject: Re: pg_views definition format
Next
From: Alvaro Herrera
Date:
Subject: Re: Problem with estimating pages for a table