Procedural Extensions
SingleStore Procedural Extensions (PSQL) are available beginning in MemSQL version 6.
Within stored procedures, you can write flexible queries that use static parameterized SQL and dynamic SQL.
SingleStore also supports Wasm-based functions.
Extensions in SingleStore allow you to combine user-defined objects, such as UDFs or UDAFs, into a packaged archive and then create, manage, and deploy these objects and other resources using the CREATE EXTENSION
command.
For information on when to use PSQL, Wasm-based, or external functions, refer to Choose Between PSQL, Wasm-based, and External Functions.
In this section
- Performance
- Control Flow
- Additional Data Types
- Choose Between PSQL, Wasm-based, and External Functions
- Stored Procedures
- User-Defined Scalar-Valued Functions (UDFs)
- User-Defined Table-Valued Functions (TVFs)
- User-Defined Aggregate Functions (UDAFs)
- External Functions
- Static Parameterized SQL
- Dynamic SQL
- Procedural Extensions Security
- Procedural SQL Reference
- See Also
Last modified: August 14, 2024