Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: redo link to Configuring Hive as wiki reference instead of web link

...

To use vectorized query execution, you must store your data in ORC format, and set the following variable as shown in Hive SQL (see Configuring Hive):

set hive.vectorized.execution.enabled = true;

...