Disk space for the bts index

The size of the external bts index depends on the number of documents being indexed as well as the number of words and the number of unique words in those documents.

If you receive an I/O error such as (BTSA1) - bts clucene error: IO error: File IO Write error, check the online log. The probable cause is insufficient disk space. If this happens, drop the bts index with a DROP INDEX statement and recreate it on a disk with enough disk space.

To prevent running out of space for the bts index, create a dedicated sbspace for the bts index and a separate sbspace for temporary data. A separate sbspace for temporary data might also improve the speed of creating and updating the bts index.

See Preparing for basic text searching for the procedure to create a bts index. See the HCL OneDB™ Guide to SQL: Syntax for instructions for the DROP INDEX statement.