Product Documentation

BTRV Edition User's Guide

Previous Topic

Next Topic

Troubleshooting Performance

The following features can improve performance:

  • Using the <prefetch> feature to improve performance of sequential reads.
  • Using the KEEPOPEN feature (which can be enabled in ctsrvr.cfg) if the application is frequently using OPEN/CLOSE.
  • Disabling <optimisticadd> if the application frequently performs WRITE operations on existing records.
  • Disabling <transaction> if transactions are not in use and data is stored on secure media (hardware redundancy, etc.).
  • Enabling <ctfixed> to force creating fixed-length record data files as ctFIXED files.

TOCIndex