Re: FILLFACTOR and increasing index

From: Leonardo Francalanci <m_lists(at)yahoo(dot)it>
To: tv(at)fuzzy(dot)cz
Cc: Tomas Vondra <tv(at)fuzzy(dot)cz>, pgsql-general(at)postgresql(dot)org
Subject: Re: FILLFACTOR and increasing index
Date: 2011-05-10 12:14:17
Message-ID: 322175.83695.qm@web29005.mail.ird.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


> What about the index size? How much space do they occupy? Analyze the
> table and do this

Of course space is different. That's not the point. The point is: I'm willing
to pay the price for another HD, if that helps with performance. But it doesn't.

>
> The minimal performance difference is probably caused by the fact that
> we're dealing with int4 column (and you've used just 100000 rows, i.e.
> about 0.5MB of data) so the index is going to be tiny anyway.

I've used 10M rows, not 100000.

> Let's try to do that with varchar(32) column, just do something like this

Did it with 5M rows. Still no difference.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ivan Sergio Borgonovo 2011-05-10 12:28:40 COPY complaining about unquoted carriage return found in data... in a quoted field
Previous Message Mark 2011-05-10 11:19:45 track functions call