Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Pgsql Patches > Re: page macros...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 18 of 26 Topic 3804 of 4248
Post > Topic >>

Re: page macros cleanup

by Zdenek.Kotala@[EMAIL PROTECTED] (Zdenek Kotala) Jul 4, 2008 at 01:47 PM

Heikki Lin****angas napsal(a):
> Zdenek Kotala wrote:
>> By my opinion first place where tuple should be placed is:
>>
>> MAXALIGN(SizeOfPageHeaderData + sizeof(ItemIdData))
> 
> Yeah, but we don't enforce that directly. We enforce it by MAXALIGNing 
> size in PageAddItem, and with the rule that special-size is MAXALIGNed.

Yeah, it is implication from other rules. But how Pavan mentioned and I
agree 
with him. We should have *MaxItemSize value maxaligned, because tuple is 
maxaligned anyway and *MaxItemSize defines real limit.

> 
> Come to think of it, why do we require MAXALIGN alignment of tuples? I 
> must be missing something, but AFAICS the widest fields in 
> HeapTupleHeaderData are 4-bytes wide, so it should be possible to get 
> away with 4-byte alignment.
> 

I think that you have problem to make correct decision about padding
between 
header and first data item on platform where MAXALIGN is 8. Padding will
depends 
   on align of offset - if it is max aligned or not. It will have effect
for 
example on SPARC but it adds extra complexity to code. ... Maybe only set
hoff 
correctly when new tuple is created ...

Another improvement should be reorder column to got best space allocation
during 
create table (of course it affect select * from).


		Zdenek

-- 
Zdenek Kotala              Sun Microsystems
Prague, Czech Republic     http://sun.com/postgresql


-- 
Sent via pgsql-patches mailing list (pgsql-patches@[EMAIL PROTECTED]
)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-patches
 




 26 Posts in Topic:
page macros cleanup
Zdenek.Kotala@[EMAIL PROT  2008-06-13 18:08:35 
Re: page macros cleanup
pavan.deolasee@[EMAIL PRO  2008-07-03 17:20:52 
Re: page macros cleanup
heikki@[EMAIL PROTECTED]   2008-07-03 17:04:51 
Re: page macros cleanup
Zdenek.Kotala@[EMAIL PROT  2008-07-04 10:38:04 
Re: page macros cleanup
pavan.deolasee@[EMAIL PRO  2008-07-04 14:33:41 
Re: page macros cleanup (ver 03)
Zdenek.Kotala@[EMAIL PROT  2008-07-04 11:57:47 
Re: page macros cleanup
Zdenek.Kotala@[EMAIL PROT  2008-07-04 09:31:29 
Re: page macros cleanup
pavan.deolasee@[EMAIL PRO  2008-07-04 14:20:12 
Re: page macros cleanup
heikki@[EMAIL PROTECTED]   2008-07-04 13:07:00 
Re: page macros cleanup
pavan.deolasee@[EMAIL PRO  2008-07-04 16:20:03 
Re: page macros cleanup
heikki@[EMAIL PROTECTED]   2008-07-04 13:55:44 
Re: page macros cleanup
Zdenek.Kotala@[EMAIL PROT  2008-07-04 12:50:55 
Re: page macros cleanup
heikki@[EMAIL PROTECTED]   2008-07-04 14:18:37 
Re: page macros cleanup
pavan.deolasee@[EMAIL PRO  2008-07-04 16:34:15 
Re: page macros cleanup
pavan.deolasee@[EMAIL PRO  2008-07-04 16:35:36 
Re: page macros cleanup
Zdenek.Kotala@[EMAIL PROT  2008-07-04 13:04:15 
Re: page macros cleanup
Zdenek.Kotala@[EMAIL PROT  2008-07-04 13:13:03 
Re: page macros cleanup
Zdenek.Kotala@[EMAIL PROT  2008-07-04 13:47:00 
Re: page macros cleanup (ver 04)
Zdenek.Kotala@[EMAIL PROT  2008-07-04 14:11:59 
Re: page macros cleanup (ver 04)
heikki@[EMAIL PROTECTED]   2008-07-09 14:54:08 
Re: page macros cleanup (ver 04)
tgl@[EMAIL PROTECTED] (T  2008-07-13 15:02:19 
Re: page macros cleanup (ver 04)
Zdenek.Kotala@[EMAIL PROT  2008-07-08 21:28:27 
Re: page macros cleanup (ver 04)
Zdenek.Kotala@[EMAIL PROT  2008-07-09 15:43:59 
Re: page macros cleanup (ver 04)
tgl@[EMAIL PROTECTED] (T  2008-07-13 14:05:44 
Re: page macros cleanup (ver 04)
Zdenek.Kotala@[EMAIL PROT  2008-07-21 21:19:25 
Re: page macros cleanup (ver 04)
tgl@[EMAIL PROTECTED] (T  2008-07-21 16:16:13 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Mon Dec 1 11:25:12 CST 2008.