Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: Command Index > S > SET

FASTLOCK

Scroll Prev Top Next More

Operating Condition

 

Syntax: SET FASTLOCK ON/OFF

 

Mode: Multi-user and STATICDB

 

Set FASTLOCK on for faster multi-user performance while modifying data. With FASTLOCK on, R:BASE does not place a table lock on the table, allowing for greater throughput. A table lock is only needed to prevent structure changes.

 

FASTLOCK can only be set on when STATICDB is set on, and both FASTLOCK and STATICDB must be set on before the database is connected. Like other R:BASE database modes (SET MULTI and SET STATICDB), FASTLOCK requires all users to be connected with the same setting.

 

The following command lines set STATICDB and FASTLOCK correctly.

 

SET STATICDB ON

SET FASTLOCK ON

CONNECT concomp

 

 

See Also:

 

Environment Optimization