Skip to content

Introduction

Havasu table format

Havasu is a spatial table format built on top of Apache Iceberg. SedonaDB 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 SedonaDB. Regarding the Havasu table specification, please see the next section.

Havasu specification

The implementation of Havasu table reader and writer in SedonaDB follows Havasu Table Format Spec v0.1.0. You can learn more about the design of Havasu from Havasu Spatial Table Format Spec


Last update: November 12, 2023 21:45:02