Important
Helios features are now enabled during weekly update windows and are no longer directly tied to SingleStore engine releases. Refer to the release notes to view the latest features available in your Helios cluster.
FULLTEXT SERVICE STOP
On this page
The FULLTEXT SERVICE STOP command stops the full-text V2 service.
This command is useful when making configuration changes to the full-text service via engine variables that only take effect when the service (re)starts (fts2_, for example).
Syntax
FULLTEXT SERVICE STOP
Remarks
-
Stops the full-text version 2 service on all nodes associated with the aggregator on which the command is run.
-
The service run state can be checked using
SHOW FULLTEXT SERVICE STATUS. -
Refer to the Permissions Matrix for the required permissions.
Example
FULLTEXT SERVICE STOP;
Last modified: