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.
_ SYNC_ PLANS
The _ command synchronizes a node's local PPC with the DPC for a specific database.
_SYNC_PLANS <dbName>;
When this command is run on a node, it downloads up to distributed_ from the DPC to that node's local PPC for the specified database.
The _ command first downloads one plan per table in the database.distributed_, SingleStore recommends increasing the value of distributed_ to a value greater than the number of tables in the database before running the command.
When the _ command is run, a synchronization task will be added to the DPC task queue regardless of whether enable_ON or OFF.OFF, the task will run when enable_ON.
Refer to Distributed Plancache for more information.
Last modified: