TypeDB
Strongly typed polymorphic database with a native reasoning engine
TypeDB ships a batch query primitive and schema annotation system, targeting production-scale deployments.
◆Recent moves
- 8d ago
TypeDB 3.13.0
TypeDB 3.13.0 adds commit eviction in the isolation manager (freeing memory from old commits still being read), an optional eager cleanup pass for deleted storage keys, and clustered import/export support for TypeDB Cluster deployments. Together, these reduce memory pressure and unblock data migration in distributed setups—follow-through from the cluster infrastructure work in 3.12.0.
View source ↗ - 18d ago
TypeDB 3.13.0-rc0
Release candidate for 3.13.0, containing the same features. RC tags are internal validation milestones; no additional capability over what landed in the stable 3.13.0 a week later.
View source ↗ - 1mo ago
TypeDB 3.12.3
3.12.3 fixes a class of database import rejections caused by inherited constraint combinations—independent sub-attributes and ownership/role specializations could trigger false validation failures during schema relaxation. A targeted correctness fix for teams doing schema evolution on inherited type hierarchies.
View source ↗ - 1mo ago
TypeDB 3.12.2
3.12.2 ships type renaming (via `redefine old-label label new-label`) and a three-stage query cache (parse, translation, compile) that separates syntactic parsing from schema-dependent translation. Type renaming closes a long-standing schema evolution gap; the cache architecture makes repeated parameterized queries significantly faster by avoiding re-translation on each call.
View source ↗ - 2mo ago
TypeDB 3.12.1
3.12.1 fixes a deadlock triggered by commits exceeding the RocksDB write buffer manager limit and corrects a string attribute retrieval bug where comparison bounds discarded more results than expected. Both are reliability patches for large-write workloads.
View source ↗ - 2mo ago
TypeDB 3.12.0
⚡ SPARKTypeDB 3.12.0 introduces the `given` stage—a new query primitive enabling batch parameterized queries that eliminate network round-trips, query-compilation overhead, and TypeQL injection risk. Combined with `@doc`/`@meta` schema annotations and configurable RocksDB memory limits, this is the most capability-dense release in recent history.
View source ↗