Important
Self-managed SingleStore will soon transition from version 9.1 RC to version 10. This new semantic versioning scheme will provide SingleStore with finer control over engine and feature releases that were not possible with the current versioning scheme.
In the interim, SingleStore 9.1 RC can be used to preview, evaluate, and provide feedback on the new and upcoming features in SingleStore 10 prior to its general availability. Ahead of this transition, SingleStore 9.0 is recommended for production workloads, which can later be upgraded to SingleStore 10.
_ 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: