What kinds of impala queries or data are best suited for hbase?
Answer Posted / Divya Verma
Impala is optimized for columnar data storage systems like HDFS, Parquet, and ORC. However, it can also work with row-based stores like HBase if the data is properly formatted (i.e., each row has a fixed schema and columns are delimited). Queries that involve simple scans or filters on specific columns may perform better with HBase due to its fast random access capabilities.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category