Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Generating partition indexes

Focus mode
Generating partition indexes - AWS Glue

The Data Catalog supports creating partition indexes to provide efficient lookup for specific partitions. For more information, see Creating partition indexes. The AWS Glue crawler creates partition indexes for Amazon S3 and Delta Lake targets by default.

AWS Management Console
  1. Sign in to the AWS Management Console and open the AWS Glue console at https://console.aws.amazon.com/glue/.

  2. Choose Crawlers under the Data Catalog.

  3. When you define a crawler, the option to Create partition indexes automatically is enabled by default under Advanced options on the Set output and scheduling page.

    To disable this option, you can unselect the checkbox Create partition indexes automatically in the console.

  4. Complete the crawler configuration and choose Create crawler.

AWS CLI

You can also disable this option by using the AWS CLI, set the CreatePartitionIndex in the configuration parameter. The default value is true.

aws glue update-crawler \ --name myCrawler \ --configuration '{"Version": 1.0, "CreatePartitionIndex": false }'
  1. Sign in to the AWS Management Console and open the AWS Glue console at https://console.aws.amazon.com/glue/.

  2. Choose Crawlers under the Data Catalog.

  3. When you define a crawler, the option to Create partition indexes automatically is enabled by default under Advanced options on the Set output and scheduling page.

    To disable this option, you can unselect the checkbox Create partition indexes automatically in the console.

  4. Complete the crawler configuration and choose Create crawler.

Usage notes for partition indexes

  • Tables created by the crawler do not have the variable partition_filtering.enabled by default. For more information, see AWS Glue partition indexing and filtering.

  • Creating partition indexes for encrypted partitions is not supported.

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.