Qizhu Chan created IMPALA-11701:
-----------------------------------
Summary: Slow query problem about querying iceberg table by impala
Key: IMPALA-11701
URL: https://issues.apache.org/jira/browse/IMPALA-11701
Project: IMPALA
Issue Type: Question
Reporter: Qizhu Chan
I use impala to query iceberg table, but the query efficiency is not ideal.
and then query hive format tables that store the same data, their
time-consuming differs by dozens of times.
The sql statement used is a very simple statistical query, such as :
select count(*) from `db_name`.tbl_name where datekey='20221001' and
event='xxx'
--
This message was sent by Atlassian Jira
(v8.20.10#820010)