Aug2024
Dec2023
Jun2023
Sep2022
Jan2022
Jul2021
USER GUIDE
Getting Started
Introduction to MonetDB
Client Interfaces
SQL Summary
SQL Manual
SQL Functions
SQL Programming
SQL Catalog
Schemas, Tables, and Columns
Data Partitioning
Functions, Arguments, and Types
Objects, Keys, Indices, and Sequences
Triggers, IDs, Dependencies, and Comments
Table and Column Storage
Users, Roles, Privileges, and Sessions
Query History and System Queue
Prepared Statements
Optimizers
Environment Variables
Tutorials
ADMINISTRATOR GUIDE
DEVELOPER GUIDE
Need more help?
GitHub Issues
Stack Overflow
Help Center
MonetDB Foundation Launch 🎉
read more
Documentation
>
USER GUIDE
>
SQL Catalog
> Optimizers
Optimizers
sys.optimizers
name
type
references
description
"name"
VARCHAR
The unique optimizer pipeline name.
"def"
VARCHAR
The optimizer pipeline definition.
"status"
VARCHAR
Status: stable or experimental.
See also
Optimizer Pipelines
Prepared Statements
Environment Variables