We have recently changed the way we process our Fast Loads so that the tables are deleted rather than dropped - thus saving time and locks on DBC Tables for example.
All tables have defaulted to a FreeSpacePercentage (FSP) of 15 and now to optimise retrieval times and space I am thinking of setting this to 0 for tables that are simply refreshed each time.
My question is how this FSP will affect tables that are deleted (rather than recreated). Obviously I know that to implement this change I will have to perform an initial drop and recreate but will I still get the saving following subsequent deletes in the production jobs?
Also does anybody have experience of reducing FSP to zero and whether the extra rows returned in a buffer actually improves response times?
Thanks
All tables have defaulted to a FreeSpacePercentage (FSP) of 15 and now to optimise retrieval times and space I am thinking of setting this to 0 for tables that are simply refreshed each time.
My question is how this FSP will affect tables that are deleted (rather than recreated). Obviously I know that to implement this change I will have to perform an initial drop and recreate but will I still get the saving following subsequent deletes in the production jobs?
Also does anybody have experience of reducing FSP to zero and whether the extra rows returned in a buffer actually improves response times?
Thanks