![]() |
Cloudscape Properties
|
Reference Manual |
cloudscape.storage.sortBufferMaxFunctionUse this property to specify the number of rows to sort in memory. Typically, this property does not need to be specified, and it's value should not be modified. By default, sortBufferMax is set to 1024. When performing a sort operation, Cloudscape first attempts to sort in memory. If the number of rows to be sorted is larger than available memory, Cloudscape writes rows to disk and performs an external sort. The sortBufferMax value determines at which row Cloudscape begins writing rows to disk for external sorting. You can force an entire sort to be performed in memory by specifying the maximum number of rows for sortBufferMax. Note that increasing this number from the default value of 1024 can cause an undesirable amount of memory to be used. DefaultExamplecloudscape.storage.sortBufferMax=5000 ScopeDynamic or StaticThis property is static; if you change it while Cloudscape is running, the change does not take effect until you reboot. |
|
![]() Cloudscape Version 3.6 For information about Cloudscape technical support, go to: www.cloudscape.com/support/.Copyright © 1998, 1999, 2000 Informix Software, Inc. All rights reserved. |