Use this command to make database indexes more compact.
Purpose
Jazz Foundation Services use the Jena
TDB database to store and query over RDF data. Special circumstances
can cause the TDB indexes to grow large. The
compacttdb command
alleviates this problem by forcing a compaction of the indexes.
Remember: This command requires that the server is shut down
beforehand.
Parameters
| Attribute |
Description |
Required |
Default |
| srcdir |
The directory containing the TDB indexes to be compacted. |
Yes |
|
| tempdir |
The temporary directory to use while compacting the TDB indexes |
No |
tmp |
Example
repotools -compacttdb srcdir={location of TDB indexes} tempdir={location of temporary directory}