Data modelling¶
CrateDB provides a unified storage engine that supports different data types.
Relational data
JSON data
Timeseries data
Geospatial data
Fulltext data
Vector data
Primary key strategies
CrateDB is built for horizontal scalability and high ingestion throughput. To achieve this, auto-incrementing primary keys are not supported, and other solutions are required instead.