From: | Don Baccus <dhogaza(at)pacifier(dot)com> |
---|---|
To: | Ed Loehr <eloehr(at)austin(dot)rr(dot)com> |
Cc: | pgsql-hackers(at)postgreSQL(dot)org |
Subject: | Re: [HACKERS] interesting observatation regarding views and V7.0 |
Date: | 2000-02-23 17:04:31 |
Message-ID: | 3.0.1.32.20000223090431.010db970@mail.pacifier.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
At 11:04 AM 2/23/00 -0600, Ed Loehr wrote:
>Don Baccus wrote:
>>
>> The creation of column aliases for tables referenced by views causes
>> the rule created on the underlying virtual table to be in some cases
>> considerably longer than the corresponding rule in V6.5.
>>
>> ...In my case, I recompiled PG with a blocksize of 16KB...
>>
>> ...This "fixed" my problem with views, too.
>
>Thanks for this info, Don. Would you mind posting your patch, simple
>as it may be?
That was it, I just recompiled PG with a blocksize of 16KB, i.e.
edited src/include/config.h.in's BLCKSZ definition, ran configure,
and did a gmake all/gmake install.
As I mentioned, I had other reasons for wanting to run with a 16KB
blocksize while waiting for TOASTed large text (and other) types,
so it's no biggie for me.
Others might find this change a lot more annoying.
- Don Baccus, Portland OR <dhogaza(at)pacifier(dot)com>
Nature photos, on-line guides, Pacific Northwest
Rare Bird Alert Service and other goodies at
http://donb.photo.net.
From | Date | Subject | |
---|---|---|---|
Next Message | Ed Loehr | 2000-02-23 17:04:57 | Re: [HACKERS] interesting observatation regarding views and V7.0 |
Previous Message | Hiroshi Inoue | 2000-02-23 17:03:29 | RE: AW: [HACKERS] TRANSACTIONS |