In optimizing query performance, Hive uses ____ which is a method to minimize the amount of data scanned during a query.

  • Bloom Filters
  • Cost-Based Optimization
  • Predicate Pushdown
  • Vectorization
Hive uses Predicate Pushdown to optimize query performance by pushing the filtering conditions closer to the data source, reducing the amount of data scanned during a query and improving overall efficiency.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *