row_id | INT | A unique ID. |
fingerprint | STRING | The SQL statement fingerprint that the hint applies to. |
hint_type | STRING | Hint type. REWRITE INLINE HINTS indicates a rewritten inline hint. SET VARIABLE indicates a session variable override. indicates a pinned query plan. |
database | STRING | The database the hint applies to. NULL if the hint applies to all databases. |
enabled | BOOL | Whether the hint is enabled. |
created_at | TIMESTAMPTZ | The timestamp when the hint was created. |
details | JSONB | When the DETAILS option is specified, hint-specific information in JSON format. For REWRITE INLINE HINTS, this includes the donor SQL fingerprint with hints that will be applied. For SET VARIABLE, this includes the session variable name and value. For , this includes the that describes the pinned plan shapes. |