mstore Store Settings

Classic Configuration

Stores are configured in the stores.conf file. The syntax for mstore stores is:

[store_name]
  type=mstore
  file=name
  [mode=async|sync]
  [processor_id=processor-id]
  [scan_iter_interval=time msec|sec|min|hour|day]
  [scan_target_interval=time msec|sec|min|hour|day]
Note: Note that the square brackets [ ] DO NOT indicate that the store_name is an option; they must be included around the name.

For example:

[mstore1]
  type = mstore
  file = /var/local/tibems/mstore1.db
  mode = async
  scan_iter_interval=100msec
  scan_target_interval=12hour

Administration

View Stores
show store store-name
Show the details of a specific store. This command can be used to get details about either a file-based store or a database store.
The store-name must be the exact name of a specific store.