Created on 09-20-2018 03:08 PM - edited 09-16-2022 06:44 AM
Hello, anyone know the max table name and column name limits in Hive and Impala? I could not find any Hive database limits specifications which is found in most other databases. Thanks.
Created 09-20-2018 03:46 PM
Created 09-20-2018 03:46 PM
Created 09-20-2018 04:05 PM
Created on 04-06-2022 01:00 PM - edited 04-06-2022 01:04 PM
Found some new info in latest Cloudera CDP guides for Impala. It would be nice if they made Hive and Impala more similar for SQL standard syntax but unfortunately it is not same:
https://docs.cloudera.com/runtime/7.2.14/impala-sql-reference/topics/impala-identifiers.html
Provides information about using Identifiers as the names of databases, tables, or columns when creating the objects.
The following rules apply to identifiers in Impala:The minimum length of an identifier is 1 character.
The maximum length of an identifier is currently 128 characters, enforced by the Metastore database.