Subject | Re: [IB-Architect] Insert Speed |
---|---|
Author | Jim Starkey |
Post date | 2000-04-11T13:43:05Z |
At 11:32 PM 4/11/00 +1000, Jan Mikkelsen wrote:
Unused space is wasted disk i/o.
reflected the percentage fill of the data pages. Almost every data
page update required an update to the space management page. In
a careful write environment, this would be a disaster.
Most records really aren't that big given run length encoding to
eliminate trailing blanks and unused fields and blobs to partition
out the really big stuff. Given the wholesome trend towards larger
page sizes, lost sleep can better be applied to higher payback
problems like increasing the granularity of threads.
Jim Starkey
>Not really. Overflow space is ignored during an exhaustive scan.
>
>More overflow pages than necessary and unused space are pretty much the same
>thing.
>
Unused space is wasted disk i/o.
>An alternative might be using conventional data pages as overflow pages,IDMS (and it's PDP-11 derivative) kept space allocation pages that
>along with a better way for the engine to know how much free space is
>available on data pages.
>
reflected the percentage fill of the data pages. Almost every data
page update required an update to the space management page. In
a careful write environment, this would be a disaster.
Most records really aren't that big given run length encoding to
eliminate trailing blanks and unused fields and blobs to partition
out the really big stuff. Given the wholesome trend towards larger
page sizes, lost sleep can better be applied to higher payback
problems like increasing the granularity of threads.
Jim Starkey