Important
The SingleStore 9.1 release candidate (RC) is available now. It will be promoted to general availability (GA) soon and at that time it will be renamed to SingleStore 10.
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, while SingleStore 9.0 is recommended for production workloads.
Procedural Extensions
On this page
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.
Wasm-based Functions
SingleStore also supports Wasm-based functions.
For information on when to use PSQL, Wasm-based, or external functions, refer to Choose Between PSQL, Wasm-based, and External Functions.
Extensions
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.
Related Topics
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: