At 01:25 PM 3/7/2003 -0800, Dan Goldberg wrote:
I have seen the setting called "sort". I have not turned this setting on and was wondering if anybody had any comments about this setting.
Dan,
SET SORT command is used to optimize the sort when handling a large amount of data. Basically, it enables the sort optimizer.
When set to ON, R:BASE sorts the minimal amount of data for large tables and recombines the sorted data with the unsorted rows using the minimum amount of disk space. Set SORT ON when a sort fails.
Hope that helps!
Very Best Regards,
Razzak.

