Repotools command that compacts database indices.
Purpose
Jazz Foundation Services use the Jena
TDB database to store and query over RDF data. Certain special circumstances
can induce the TDB indices to grow very large. The
compacttdb command
alleviates this problem by forcing a compaction of the indices.
Remember: This command requires that the server be shutdown
beforehand.
Parameters
| Attribute |
Description |
Required |
Default |
| srcdir |
The directory containing the TDB indices to be compacted. |
Yes |
|
| tempdir |
The temporary directory to use while compacting the TDB indices |
No |
tmp |
Example
repotools -compacttdb srcdir={location of TDB indices} tempdir={location of temporary directory}