github vaticle/typedb 2.11.0
TypeDB 2.11.0

latest releases: 2.28.0, 2.28.0-rc0, 2.27.0...
23 months ago

Install & Run: http://docs.vaticle.com/docs/running-typedb/install-and-run

New Features

  • Rewrite query engine to leverage data sortedness

    We implement a new, non-recursive traversal algorithm that takes advantage of TypeDB's natively sorted data layout to (potentially dramatically) improve query performance. This is especially useful in queries with multiple meeting points which can make use of intersections over the sorted data streams.

    The new architecture is also ready to leverage multiple starting points in queries should the query planner provide it.

Bugs Fixed

  • Fix role player statistics used in query optimisation

    We fix a minor bug with the calculation of role player statistics in query optimisation.

Code Refactors

  • Improve incompatible data version error message

    We improve the error message reported when booting a server with an incompatible data version. This was outlined in #6568.

  • Make 'schema database' config accessible from TypeDB Cluster

Other Improvements

  • Update VERSION to 2.11.0 and bump dependencies

  • Update @vaticle_behaviour

    Update the behaviour tests to include a new user-submitted scenario.

  • Remove unneeded environment variables in 'test assembly' job

  • Update @vaticle_dependencies

  • Bump @vaticle_typeql_lang_java

Don't miss a new typedb release

NewReleases is sending notifications on new releases.