> For the complete documentation index, see [llms.txt](https://docs.e6data.com/query-engine/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.e6data.com/query-engine/guides/table-formats.md).

# Table formats

e6data supports table formats that define how data is stored, managed, and queried in a data lake or lakehouse environment. These are the table formats we support, and each table format provides a specific set of features based on its design and capabilities.

These formats offer advanced functionalities such as ACID transactions, schema and partition evolution, time travel, and efficient metadata handling.

<table><thead><tr><th width="196.06640625">Table Format</th><th>Description</th></tr></thead><tbody><tr><td><a href="/query-engine/guides/table-formats/delta-lake.md"><strong>Delta Lake</strong></a></td><td>Open-source storage layer that brings ACID transactions and scalable metadata handling to data lakes. Ideal for use cases requiring data reliability and consistency.</td></tr><tr><td><a href="/query-engine/guides/table-formats/iceberg.md"><strong>Apache Iceberg</strong></a></td><td>High-performance table format built for analytic datasets. Supports schema evolution, partitioning, and time travel without sacrificing performance.</td></tr><tr><td><a href="/query-engine/guides/table-formats/hive-tables.md"><strong>Hive tables</strong></a></td><td>Tables registered in a Hive Metastore (or compatible catalog) and stored in object storage. A common format for Hadoop- and Spark-based data lakes.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.e6data.com/query-engine/guides/table-formats.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
