Updated on 2024-12-13 GMT+08:00

SET SESSION

  • Syntax

    SET SESSION name = expression;

    SET SESSION catalog.name = expression;

  • Description

    This statement is used to set the specified properties of the current session.

  • Example
    SET SESSION optimize_hash_generation = true;
    SET SESSION hive.optimized_reader_enabled = true;