▪ LOCAL: Forces the statement to run on the current grid node. The node does not route the statement or any query fragments to any other nodes in the grid. The local mode is valid until the connection is closed or the default behavior is restored.
Note Using SET GRID READ LOCAL does not prevent query fragments (from distributed queries that are initiated on other nodes) from being executed on the current node.
▪ DEFAULT: Default behavior is restored; the node initiates a distributed query that involves running query fragments on other nodes in the grid and consolidating the results.