Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ The store formats are:
| `2^36` (68 719 476 736)

| Labels
| `2^32` (4 294 967 296)
| `2^31` (2 147 483 648)

| Relationship types
| `2^16` (65 536)
Expand Down Expand Up @@ -262,7 +262,7 @@ The store formats are:
| `2^36` (68 719 476 736)

| Labels
| `2^32` (4 294 967 296)
| `2^31` (2 147 483 648)

| Relationship types
| `2^16` (65 536)
Expand Down Expand Up @@ -342,7 +342,7 @@ The store formats are:
| `2^50` (1 Quadrillion)

| Labels
| `2^32` (4 294 967 296)
| `2^31` (2 147 483 648)

| Relationship types
| `2^24` (16 777 216)
Expand Down