HKEY_LOCAL_MACHINE\Software\Cyco\AutoManager Meridian\CurrentVersion\Hypertrieve
Value Name | Data Type | Value Data |
---|---|---|
AllowMaxProperties |
DWORD |
If 0 (default), property count is limited to 32,768 entries. If property count exceeds this value, the engine will be stopped. To repair the situation, it is possible to temporarily increase the limit by setting this registry entry to a non-zero value. |
BatchCallThreshold |
DWORD |
Number of database calls beyond which a transaction is deemed to be a batch transaction. Default = 500, 0 = no load balancing. See Optimize the Meridian Server Software and Configure the BatchCallThreshold Setting. |
CheckTerminated |
DWORD |
If this value is 1, enables extra runtime low-level data consistency checks to be performed and reported to event log. Significantly decreases database engine performance. If this value is 0 (default), disables extra consistency checks at runtime. |
CreateMiniDump |
DWORD |
If this value is 1, a memory dump file is generated that can be sent to Accruent Technical Support for troubleshooting. If this value is 0 (default), no file is generated. |
DebugAllocation |
DWORD |
If this value is 1, allocates extra memory to debug memory overwrite problems. If this value is 0, disables extra consistency checks at runtime. |
DefaultEngine |
DWORD |
Not used. |
Disable_Double_Records_Report |
DWORD |
If this value is 1, duplicate records are checked during VCW repair but not reported. If this value is 0 (default), duplicate records are reported. For internal use only. |
DumpAllocation |
DWORD |
If this value is 1, forces engine to dump compartment allocation information when database is closed. If this value is 0 (default), disables dump. |
IgnoreShutdownFlag |
DWORD |
If this value is 0, skips restore when opening a database containing inconsistencies. If this value is 1, restores the database by executing the log file with the most recent snapshot. |
OldCheckRepairAlgorithm |
DWORD |
If this value is 1, uses old, slower repair algorithm during VCW repair. If 0 (default), uses new algorithm. |
PageAllocationTrace |
DWORD |
If this value is 1, enables page allocation tracing. If this value is 0 (default), disables tracing. |
TraceControl |
DWORD |
If this value is >0, enables call logging using special SetVariant. Calls can be logged at runtime by setting any string property to TRACE:+ or TRACE:- to turn it on and off. If this value is 0 (default), disables logging. |
UseDatagrams |
DWORD |
If this value is 1, indexes strings using datagrams, which speeds up pattern matching. If this value is 0, does not use datagrams. |
VerboseEventFlags | DWORD |
Controls generation of extended event log messages. The following values are supported: 0 – no extended messages are logged (default) |
WaitInterval |
DWORD |
When a transaction exceeds the BatchCallThreshold number of database calls, it will be made to wait after each call for as much time as it has spent. The total wait is partitioned in individual waits of WaitInterval milliseconds. Default = 3. |