- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Is impala sql syntax fully support when querying kudu via impala sql
- Labels:
-
Apache Impala
-
Apache Kudu
Created on 04-11-2017 02:31 AM - edited 09-16-2022 04:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content