From 22298818cb7eba13294eda3b2dd696b773e0f170 Mon Sep 17 00:00:00 2001 From: Ryan Blue Date: Tue, 28 Jun 2022 09:45:48 -0700 Subject: [PATCH] Docs: Update README.md project description. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c14677870..e5b7cf6e3 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ [![](https://github.com/apache/iceberg/actions/workflows/python-ci.yml/badge.svg)](https://github.com/apache/iceberg/actions/workflows/python-ci.yml) [![Slack](https://img.shields.io/badge/chat-on%20Slack-brightgreen.svg)](https://apache-iceberg.slack.com/) -Apache Iceberg is a new table format for storing large, slow-moving tabular data. It is designed to improve on the de-facto standard table layout built into Hive, Trino, and Spark. +Iceberg is a high-performance format for huge analytic tables. Iceberg brings the reliability and simplicity of SQL tables to big data, while making it possible for engines like Spark, Trino, Flink, Presto, Hive and Impala to safely work with the same tables, at the same time. Background and documentation is available at