Summary |
0002661: Perform locking in-memory when clustering is disabled |
|
Revision |
2016-06-30 20:23 by admin |
|
Description |
When clustering is disabled, perform locking in memory instead of using the sym_lock table. This can improve performance on smaller systems that need to reduce database calls and don't need locking being multiple instances. Default cluster.lock.enabled to false. |
|
Revision |
2016-06-30 20:10 by elong |
|
Description |
When clustering is disabled, perform locking in memory instead of using the sym_lock table. This can improve performance on smaller systems that need to reduce database calls and don't benefit. Default cluster.lock.enabled to false. |