Viewing automated table-level settings
When catalog-level statistics collection is enabled, anytime an Apache Hive table or Apache Iceberg table is created or updated
via the CreateTable or UpdateTable APIs through Amazon Web Services Management Console, SDK, or Amazon Glue crawler,
an equivalent table level setting is created for that table.
Tables with automatic statistics generation enabled must follow one of following properties:
Use an
InputSerdeLibrarythat begins with org.apache.hadoop andTableTypeequalsEXTERNAL_TABLEUse an
InputSerdeLibrarythat begins withcom.amazon.ionandTableTypeequalsEXTERNAL_TABLEContain table_type: "ICEBERG" in it’s parameters structure.
After you create or update a table, you can verify the table details to confirm the statistics generation.
The Statistics generation summary shows the Schedule property set as AUTO and Statistics configuration value is Inherited from catalog. Any table setting with the following setting would be automatically triggered by Glue internally.