Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When true, the cost based optimizer, which uses the Calcite framework, will be enabled.

hive.optimize.null.scan
  • Default Value: true
  • Added In: Hive 0.14.0 with HIVE-7385

When true, this optimization will try to not scan any rows from tables which can be determined at query compile time  to not generate any rows (e.g, where 1 = 2, where false, limit 0 etc).

hive.exec.dynamic.partition
  • Default Value: false
  • Added In: Hive 0.6.0

...