Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Is impala sql syntax fully support when querying kudu via impala sql

avatar
Contributor

I'm new to kudu.

As describe in document, kudu is a column oriented storage engine, and it support sql query when integrated with impala.
My question is that: is impala sql syntax fully support when querying kudu via impala sql?

e.g. is SQL-92 fully support while querying kudu ?

 

Any answer will be appreciated.

1 ACCEPTED SOLUTION

avatar
Contributor

For the most part, tables backed by Kudu can use the same SQL-features as other table types in queries.  The biggest differences are in DDL and column type support.  You can find a full list of the differences in the known limitations section of the Impala and Kudu documentation.

View solution in original post

2 REPLIES 2

avatar
Contributor

For the most part, tables backed by Kudu can use the same SQL-features as other table types in queries.  The biggest differences are in DDL and column type support.  You can find a full list of the differences in the known limitations section of the Impala and Kudu documentation.

avatar
Contributor
Got it, thanks a lot.