FULLTEXT SERVICE STOP
Warning
SingleStore 9.0 gives you the opportunity to preview, evaluate, and provide feedback on new and upcoming features prior to their general availability. In the interim, SingleStore 8.9 is recommended for production workloads, which can later be upgraded to SingleStore 9.0.
On this page
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 Permission Matrix for the required permission.
Example
FULLTEXT SERVICE STOP;
Last modified: March 14, 2025