typedb
typedb copied to clipboard
TypeDB: the polymorphic database powered by types
## Product change and motivation Updates the metadata tracked by the planner to include the variable which each pattern is sorted on, and can be joined on. Though this can...
## Problem to Solve Caching of the final results of rules. ## Current Workaround No caching between transactions ## Proposed Solution The internal steps may be more ephemeral but the...
## Problem to Solve Currently, compilation errors (except translation) abort the transaction. ## Current Workaround N/A ## Proposed Solution A reasonable general principle seems to be that only execution errors...
## Problem to Solve Ontology designers want to be able to refer to all (any) entities, relationships, and attributes in the abstract (without requiring the use of explicitly declared base...
## Problem to Solve These look like they should all be caught at query-compile time. ```rust FetchAttributesOfType(1, "Received unexpected Type instead of Entity or Relation while fetching owned attributes."), FetchAttributesOfAttribute(2,...
## Problem to Solve Ontology designers want to filter the schema displayed in TypeDB Studio's Schema Visualizer to let them focus their attention on portions of the schema of interest....
## Problem to Solve Ontology designers want TypeDB Studio's Schema Visualizer to persist the layout of a visualized schema to make it easier to review a complex schema. ## Current...
## Description ## Environment 1. TypeDB distribution: Core 2. TypeDB version: 3.4.1 3. Environment: Mac 4. Client and version: Doesn't really matter 5. Other details: ## Reproducible Steps 1. Set...
## Problem to Solve Ontology developers want smarter `source` statement processing within `.tqls` files to make it easier to compose ontologies from separate packages. ## Current Workaround There is really...
## Description An escaped unicode character in a string value crashes the server ## Environment TypeDB Core 3.x ## Reproducible Steps 1. Set up 2. Execute ``` insert $str isa...