16.9 Managing the Index
Oracle Trace File Analyzer uses multiple indexes to store diagnostic data.
The DBA tools and diagnostic collections can use either an index (default), or the shipped Berkeley DB (BDB).
Using the index results in lower CPU usage and faster average execution times for
diagnostic collections and the running of DBA tools such as
ls
, grep
,
tail
, vi
, and so on.
However, using the index requires more ongoing resource consumption
than the Berkeley DB (BDB).
tfactl set indexInventory=false
ISA telemetry data is stored in a Lucene index. Occasionally this index can get corrupted. If corruption is detected then by default the index will be dropped and recreated. This can result in the loss of some ISA telemetry data.
If you do not want to risk losing any ISA data you can change this behavior to restore, so the index is backed up and redo data is maintained.
Parent topic: Managing and Configuring Oracle Trace File Analyzer