/*! and end with */.
The following example demonstrates the syntax using the hint no_partial_agg:
SQL source
Supported hints in Firebolt
- No partial aggregation.
Disable partial aggregation for
group byqueries. - No join ordering. Disable join order optimization and instead use the order of the tables in the query.
- Optimize for single row window partitions. Optimize window expressions for high cardinality partitions.
- Unique columns. Specify that columns contain unique values to improve query optimization.