Cloudscape Properties,
Page 36 of 44


[top]
[prev]
[next]
Documentation Top
Global Index
Reference Manual
TOC Index
Grammar index
Developer's Guide
TOC Index
Tuning Cloudscape
TOC Index

cloudscape.storage.rowLocking

Function

Use this property to disable row-level locking. Row-level locking uses more system resources, such as disk space and memory, so if an application does not need row-level locking, you can use this system property to force all locking to table level. For example, read-only and single-user applications probably do not need row-level locking.

This property can be set to one of the boolean values true and false. Setting the property to true enables row-level locking (the default behavior). Setting the property to false disables row-level locking.

Default

True.

Example

cloudscape.storage.rowLocking=false
-- database-level property
CALL PropertyInfo.setDatabaseProperty(
    'cloudscape.storage.rowLocking',
    'false')

Scope

system-wide

database-wide (publishable)

NEW: The ability to set the cloudscape.storage.rowLocking property as a database-wide property is new in Version 3.0.

Dynamic or Static

This property is static; if you change it while Cloudscape is running, the change does not take effect until you reboot.

[top]
[prev]
[next]


Cloudscape Version 3.0
For technical support, go to: www.cloudscape.com and click Support.
Copyright © 1998 and 1999 Cloudscape, Inc. All rights reserved.