Used to convert all fields with field length less than 11 of TLargeIntField type into TIntegerField.
property OptimizedBigInt: boolean default False;
Setting this option converts all fields with field length less than 11 of TLargeIntField type into TIntegerField. This allows to process fields that are results of numeric function or cast values as usual Integer fields. The default value is False.