You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XTDB is an open-source immutable database with comprehensive time-travel.
XTDB has been built to simplify application development and address complex data compliance requirements.
XTDB can be used via SQL and XTQL.
Major features:
Immutable - XTDB is optimised for current-time queries, but you can audit the full history of your database at any point, without needing snapshots or accessing backups.
'Bitemporal' - all data is accurately versioned as updates are made ('system' time), but it also allows you to separately record and query when that data is, was, or will become valid in your business domain ('valid' time).
Dynamic - you don’t need to specify schema up-front before documents (rows with arbitrarily nested data) can be inserted.
Speaks both SQL and XTQL - a full SQL dialect that implements the bitemporal functionality as specified in the SQL:2011 standard, available over both HTTP and the Postgres wire protocol for compatibility with existing experience and Postgres-related tooling.
Cloud native - the ACID, columnar engine is built on Apache Arrow and designed for object storage