Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Page Properties
hiddentrue
idDONE

Product Version2020 Winter
Report Note
AssigneeAntje

Resources & Remarks

Modification History

NameDateProduct VersionAction
Antje08 FEB 20212020 WinterNew page properties macro.
JaR29 SEP 2021yMwA5new command style
Antje21 FEB 20212022 Winteragain new command style


...

ParameterDescriptionExample
-s | --simulation

Turns the simulation mode on (true - parameter is set) or off (false - parameter is not set).

After starting the Commander service and after a non-simulation reindexing process, the simulation mode is set to true automatically.

dbs-configure --simulation
-c | --cockroach

Turns cockroach-db on/off. If cockroach-db is turned on (true - parameter is set), command rename will do updates on database without SELECT FOR UPDATE

The parameter is optional, default is false.

dbs-configure -s -c
-f | --fulltext

Turns full-text index on/off.

The parameter is optional, default is ff (false).

dbs-configure -s -f

Lt. Commander>dbs-configure -s -c -f Running dbs-configure setting values simulation('true'), cockroach('true'), fulltext('true') Lt. Commander>dbs-configure -s -f Running dbs-configure setting values simulation('true'), cockroach('false'), fulltext('true') simulation mode is [true]

The following example code shows the commands together with the corresponding command line outputs for a non-simulation reindexing. The simulation mode is turned off in line 25. In line 28, the reindexing is executed for the default tenant starting from 2020-01-01 and ending on 2022-01-01.

...