[snip]
> For the disk case, why not have the start of the record 
> contain an array of offsets to the start of the data for each 
> column?  It would only be necessary to have a list for 
> variable fields.
> 
> So (for instance) if you have 12 variable fields, you would 
> store 12 integers at the start of the record.

You have to store this information anyway (for variable length objects).
By storing it at the front of the record you would lose nothing (except
the logical coupling of an object with its length).  But I would think
that it would not consume any additional storage.

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Reply via email to