Created on 04-11-2017 02:31 AM - edited 09-16-2022 04:26 AM
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.
Created 04-11-2017 11:02 AM
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.
Created 04-11-2017 11:02 AM
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.
Created 04-11-2017 06:36 PM