> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wherobots.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

## Havasu table format

Havasu is a spatial table format built on top of Apache Iceberg.
WherobotsDB can save its in-memory geometry and raster tables to the Havasu
table format and store them on AWS S3, or any other cloud file systems
or object stores.

Havasu supports ACID transactions, schema evolution, and time travel on
spatial data including geometries and rasters. Havasu stores spatial
data in Apache Parquet format on cloud storage, which is very cost
effective and highly decoupled with computation.

The reference doc describes the usage of Havasu table in WherobotsDB.
Regarding the Havasu table specification, please see the next section.

<img src="https://mintcdn.com/wherobots/f8KVrdxice2e3gkq/images/image/wherobotsdb-diagram-desktop-3.png?fit=max&auto=format&n=f8KVrdxice2e3gkq&q=85&s=36f9d1df66606b82e1ea8b74841fc27f" width="1000" data-path="images/image/wherobotsdb-diagram-desktop-3.png" />

## Havasu specification

The implementation of Havasu table reader and writer in WherobotsDB follows
Havasu Table Format Spec `v0.1.0`. You can learn more about the design
of Havasu from the [Havasu Spatial Table Format Spec](/reference/havasu-table/spec).
