Skip to content

Commit

Permalink
Remove beta label from Block format (#1410)
Browse files Browse the repository at this point in the history
  • Loading branch information
renetapopova committed Feb 6, 2024
1 parent 007624a commit c1d81c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
8 changes: 4 additions & 4 deletions modules/ROOT/pages/database-internals/store-formats.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The available formats are:
* `aligned` label:default[Default]
* `standard`
* `high_limit` label:enterprise-edition[]
* `block` label:enterprise-edition[] label:beta[Beta] label:version-number[Introduced in Neo4j 5.14]
* `block` label:enterprise-edition[] label:version-number[GA in Neo4j 5.16]
Neo4j's newest store format is `block`.
It has the best performance and supports the highest limits.
Expand Down Expand Up @@ -267,12 +267,12 @@ The following tables show the format and Neo4j version compatibility and the lim
.Block format and Neo4j version compatibility
[options="header"]
|===
| Name | Store format version | Introduced in | Unsupported from
| Name | Store format version | Introduced in | GA from

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

|===

Expand Down
3 changes: 0 additions & 3 deletions modules/ROOT/pages/introduction.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ a| High_limit (xref:database-internals/store-formats.adoc#high-format-limits[1 Q
a| Block format (xref:database-internals/store-formats.adoc#block-format-limits[New format])
|
| {check-mark}
a| Block format (xref:database-internals/store-formats.adoc[New format])
|
| {check-mark}
| ACID-compliant transactions
| {check-mark}
| {check-mark}
Expand Down

0 comments on commit c1d81c5

Please sign in to comment.