Set the desired density within the hash table.
It is an approximation of the number of keys allowed to accumulate in any
one bucket, determining when the hash table grows or shrinks.
If no value is specified, the fill factor will be selected dynamically
as pages are filled.