Query Execution
On this page
Can I JOIN multiple sharded tables in a query?
Yes.
Can I optimize a distributed join involving a small, static table?
Yes, a small table which does not change frequently can be made into a reference table, which is replicated to all the leaf nodes.
Why do I sometimes receive an ERROR 1227 when running a query?
The following error will be displayed if you do not have the requisite privileges to run a query:
ERROR 1227 ER_
This error is expected for SingleStore Helios users when the query involves updating either global or engine variables.
If this error is encountered when running a query that does not involve global or engine variables, please contact SingleStore Support to help troubleshoot the cause.
Last modified: January 20, 2023