删除列统计数据 - Amazon Glue
Amazon Web Services 文档中描述的 Amazon Web Services 服务或功能可能因区域而异。要查看适用于中国区域的差异,请参阅 中国的 Amazon Web Services 服务入门 (PDF)

本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。

删除列统计数据

您可以使用 DeleteColumnStatisticsForTable API 操作或 Amazon CLI 来删除列统计数据。以下示例演示了如何使用 Amazon Command Line Interface(Amazon CLI)删除列统计数据。

aws glue delete-column-statistics-for-table \ --database-name test_db \ --table-name test_table \ --column-name col1