tcl.indexer

Verb: Access/TCL, Releases: AP

Creates b-tree indices for account.

Syntax

indexer {account.name} {(options)}

Description

builds indexes on part or all of the files of the system.

Rebuilds indexes for:

1) The entire file system, if no list is active or 'account.name' is specified.

2) A specific account, if the 'account.name' is specified with the command.

3) Each account in an 'active' list, if a list is 'active' when the command is invoked.

This command is useful when an account-restore does not finish properly, or is voluntarily preempted.

Options

a Uses the active list as the list of files to rebuild indexes.

n Outputs report without pausing at the bottom of each page.

p Directs output to system printer, via the Spooler.

Example

indexer

This rebuilds all indexes in all accounts.

indexer prod

This rebuilds all indexes in the 'prod' account.

select mds 'dm' 'prod' 'accounting'
[404] 3 items selected out of 37 items.

indexer

This rebuilds the indexes for the 'dm', 'prod' and
'accounting' accounts.

See Also

Command Name Type Description
tcl.create-index Verb: Access Creates new b-tree index.
tcl.verify-index Verb: Access Verifies b-tree indices.
active.list Definition A list of strings delimited by attribute marks created by one of the list-generating processes.
b-tree Definition Balanced-tree index.
tcl.account-restore Verb: Access Restores one account.
tcl.delete-index Verb: Access Deletes b-tree index.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.