Re: Dept of ugly hacks: eliminating padding space in system indexes - Mailing list pgsql-hackers

From Mark Mielke
Subject Re: Dept of ugly hacks: eliminating padding space in system indexes
Date
Msg-id 486026AA.1040200@mark.mielke.cc
Whole thread Raw
In response to Re: Dept of ugly hacks: eliminating padding space in system indexes  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: Dept of ugly hacks: eliminating padding space in system indexes  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Andrew Dunstan wrote:
> Tom Lane wrote:
>> Cutting a third off the size of a system index has got to be worth
>> something, but is it worth a hack as ugly as this one?
>>     
>
> I think so.

Were you able to time any speedup? Is this something that would benefit 
installations with a lot of metadata? I presume most of this information 
normally easily fits in cache most of the time?

I am trying to understand what exactly it is worth... :-)

Cheers,
mark

-- 
Mark Mielke <mark@mielke.cc>



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [PATCHES] Patch for Prevent pg_dump/pg_restore from being affected by statement_timeout
Next
From: Bruce Momjian
Date:
Subject: Re: [PATCHES] Testing pg_terminate_backend()