Schema - Do you use FillFactor of 90% for indexes and constraints?
Updated by ChristianMWaite 5 years ago. See history
123
Indexes should generally have a fillfactor of 90%. If the amount of data stored in the database does not prohibit rebuilding indexes, a fillfactor of 90% should be maintained to increase the performance of inserts. A table that expects a lot of insert operations could use a lower fillfactor.