Skip to content

Commit

Permalink
Mark block format as beta (neo4j#1328)
Browse files Browse the repository at this point in the history
  • Loading branch information
renetapopova authored Jan 17, 2024
1 parent 2bfaf4d commit 63c7573
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions modules/ROOT/pages/database-internals/store-formats.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ The available formats are:
* `aligned` label:default[Default]
* `standard`
* `high_limit` label:enterprise-edition[]
* `block` label:enterprise-edition[]label:version-number[Neo4j 5.14]
* `block` label:enterprise-edition[] label:beta[Beta] label:version-number[Introduced in Neo4j 5.14]
Neo4j's newest store format is `block`, it has the best performance and supports the highest limits.
Neo4j's newest store format is `block`.
It has the best performance and supports the highest limits.
`block` format is intended to replace all the older formats.
The `block` format uses a range of different data structures and inlining techniques to achieve data locality and store related data together on disk.
This allows more related data to be fetched by fewer read operations, resulting in better resource utilization.
Expand Down Expand Up @@ -268,16 +269,11 @@ The following tables show the format and Neo4j version compatibility and the lim
|===
| Name | Store format version | Introduced in | Unsupported from

| `BLOCK_V1`
| `BLOCK_V1` label:beta[Beta]
| `block-block-1.1`
| `5.14.0`
|

| `BLOCK_V2B` (beta)
| `block-block-2b.1`
| `5.10.0`
| `5.14.0`

|===


Expand Down

0 comments on commit 63c7573

Please sign in to comment.