dbTalk Databases Forums  

Using Fillfactor

comp.databases.informix comp.databases.informix


Discuss Using Fillfactor in the comp.databases.informix forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Colin Dawson
 
Posts: n/a

Default Using Fillfactor - 08-24-2005 , 12:02 PM







I'm about to build two indexes: 1 unique with datatype serial and 1
non-unique with datatype datetime year to second, Am I right in thinking I
use less pages using a fillfactor greater than the default of 90. As both
columns will only ever have increasing values the index keys will allways be
placed at the end of the index meaning I don't need to take index split
pages into consideration
..



Regards

Colin

There are 10 types of people in the world, those that understand binary and
those that don't
sending to informix-list

Reply With Quote
  #2  
Old   
david@smooth1.co.uk
 
Posts: n/a

Default Re: Using Fillfactor - 08-24-2005 , 04:10 PM







You will use slightly less pages but and index has
a root node, branch and leaf nodes.

As you add more keys the branch nodes get filled up and eventually page
splits occur on them.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.