Skip to content

Commit

Permalink
Fix doc formatting: JSON schema initialization flow CTR
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Porunov <[email protected]>
  • Loading branch information
porunov committed Nov 3, 2024
1 parent 66fdcc7 commit c08bf6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/schema/schema-init-strategies.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,9 +405,9 @@ Following the rules above (defined in `JSON Schema Format`) an example of JSON s
Currently, JSON schema initialization flow is simple and doesn't include any schema update or schema migration features.
The flow is split on multiple phases:

1) Creation of simple elements: `PropertyKey`, `VertexLabel`, `EdgeLabel`.
2) Creation of indices: Composite indexes, Vertex-centric Edge indexes, Vertex-centric Property indexes, Mixed indexes.
3) Indexes activation phase (configured via `schema.init.json.indices-activation`).
1. Creation of simple elements: `PropertyKey`, `VertexLabel`, `EdgeLabel`.
2. Creation of indices: Composite indexes, Vertex-centric Edge indexes, Vertex-centric Property indexes, Mixed indexes.
3. Indexes activation phase (configured via `schema.init.json.indices-activation`).

!!! note
Current implementation of JSON schema importer only creates elements, but it never updates them even if you change
Expand Down

0 comments on commit c08bf6b

Please sign in to comment.