Performance
All types of SingleStore extensions are optimized for high performance.
Additionally, stored procedures and table variables benefit from further optimizations for SingleStore’s distributed execution.QUERY
type variables are processed with a lazy evaluation strategy.SELECT
statement associated with a QUERY
type variable is only executed when the rows of the variable need to be returned.
Last modified: June 22, 2022