Skip to content

Commit f35b9fd

Browse files
committed
fix the table and remove the EE labels
1 parent 480f19e commit f35b9fd

File tree

1 file changed

+56
-5
lines changed

1 file changed

+56
-5
lines changed

modules/ROOT/pages/introduction.adoc

Lines changed: 56 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,163 +61,214 @@ The following table compares the available key features in both editions:
6161
| Feature
6262
| Community Edition
6363
| Enterprise Edition
64+
6465
a| link:https://www.gnu.org/licenses/quick-guide-gplv3.html[Open source under GPLv3]
6566
|{check-mark}
6667
|
68+
6769
^s| Native Graph
6870
|
6971
|
72+
7073
| Property graph model
7174
| {check-mark}
7275
| {check-mark}
76+
7377
| Native graph processing & storage
7478
| {check-mark}
7579
| {check-mark}
80+
7681
a| Standard and Aligned store format (xref:database-internals/store-formats.adoc#aligned-limits[34 Billion Nodes & Relationships]) label:deprecated[Standard is deprecated in 5.23]
7782
| {check-mark}
7883
| {check-mark}
84+
7985
a| High_limit (xref:database-internals/store-formats.adoc#high-format-limits[1 Quadrillion Nodes & Relationships]) label:deprecated[Deprecated in 5.23]
8086
|
8187
| {check-mark}
88+
8289
a| Block format (xref:database-internals/store-formats.adoc#block-format-limits[New format])
8390
|
8491
| {check-mark}
92+
8593
a| link:https://neo4j.com/docs/cdc/current/[Change Data Capture (CDC)] label:new[Introduced in 5.13] label:beta[] label:ga[GA from 5.23]
8694
|
8795
| {check-mark}
96+
8897
| ACID-compliant transactions
8998
| {check-mark}
9099
| {check-mark}
100+
91101
| Cypher graph query language
92102
| {check-mark}
93103
| {check-mark}
94-
| link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/planning-and-tuning/runtimes/concepts/#runtimes-slotted-runtime[_Slotted_ Cypher runtime]
95-
| {check-mark}
104+
105+
| link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/planning-and-tuning/runtimes/concepts/#runtimes-slotted-runtime[Slotted Cypher runtime]
96106
| {check-mark}
97-
| link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/planning-and-tuning/runtimes/concepts/#runtimes-pipelined-runtime[_Pipelined_ Cypher runtime] (faster)|
98107
| {check-mark}
108+
109+
| link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/planning-and-tuning/runtimes/concepts/#runtimes-pipelined-runtime[Pipelined Cypher runtime]
110+
|
99111
| {check-mark}
100-
| link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/planning-and-tuning/runtimes/concepts/#runtimes-parallel-runtime[_Parallel_ Cypher runtime] label:enterprise-edition[Enterprise Edition]
101-
label:deprecated[Introduced in 5.13]
112+
113+
| link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/planning-and-tuning/runtimes/concepts/#runtimes-parallel-runtime[Parallel Cypher runtime] label:deprecated[Introduced in 5.13]
102114
|
103115
| {check-mark}
116+
104117
| Listing and terminating running queries
105118
|
106119
| {check-mark}
120+
107121
| High-performance caching
108122
| {check-mark}
109123
| {check-mark}
124+
110125
| Cost-based query optimizer
111126
| {check-mark}
112127
| {check-mark}
128+
113129
^s| Clients and APIs
114130
|
115131
|
132+
116133
| Cypher Client
117134
| {check-mark}
118135
| {check-mark}
136+
119137
| Neo4j Browser with syntax highlighting
120138
| {check-mark}
121139
| {check-mark}
140+
122141
| Bolt Protocol
123142
| {check-mark}
124143
| {check-mark}
144+
125145
| Language drivers for link:https://neo4j.com/docs/dotnet-manual/current/[.NET], link:https://neo4j.com/docs/go-manual/current/[Go], link:https://neo4j.com/docs/java-manual/current/[Java], link:https://neo4j.com/docs/javascript-manual/current/[JavaScript], and link:https://neo4j.com/docs/python-manual/current/[Python] footnote:sepinstall[Must be downloaded and installed separately.]
126146
| {check-mark}
127147
| {check-mark}
148+
128149
| High-performance native API
129150
| {check-mark}
130151
| {check-mark}
152+
131153
a| APOC 450+ link:https://neo4j.com/docs/apoc/5/[Core Procedures and Functions]
132154
| {check-mark}
133155
| {check-mark}
156+
134157
| Support for Neo4j Graph Data Science Community Edition footnote:sepinstall[]
135158
| {check-mark}
136159
| {check-mark}
160+
137161
| Support for Neo4j Graph Data Science Enterprise Edition footnote:sepinstall[]
138162
|
139163
| {check-mark}
164+
140165
^s| Indexes and constraints
141166
|
142167
|
168+
143169
| Fast writes via native label indexes
144170
| {check-mark}
145171
| {check-mark}
172+
146173
| Composite indexes
147174
| {check-mark}
148175
| {check-mark}
176+
149177
| Full-text node & relationship indexes
150178
| {check-mark}
151179
| {check-mark}
180+
152181
| link:https://neo4j.com/docs/cypher-manual/current/indexes/semantic-indexes/vector-indexes/[Vector indexes] label:new[Introduced in Neo4j 5.13]
153182
| {check-mark}
154183
| {check-mark}
184+
155185
| Property uniqueness constraints
156186
| {check-mark}
157187
| {check-mark}
188+
158189
| Property existence constraints
159190
|
160191
| {check-mark}
192+
161193
| Property type constraints
162194
|
163195
| {check-mark}
196+
164197
| Node and relationship key constraints
165198
|
166199
| {check-mark}
200+
167201
^s| Security
168202
|
169203
|
204+
170205
| Role-based access control
171206
|
172207
| {check-mark}
208+
173209
| Sub-graph access control
174210
|
175211
| {check-mark}
212+
176213
| LDAP and Active Directory integration
177214
|
178215
| {check-mark}
216+
179217
| Kerberos security option
180218
|
181219
| {check-mark}
220+
182221
^s| Data management
183222
|
184223
|
224+
185225
| Offline import
186226
| {check-mark}
187227
| {check-mark}
228+
188229
| Offline incremental import
189230
|
190231
| {check-mark}
232+
191233
| Auto-reuse of space
192234
| {check-mark}
193235
| {check-mark}
236+
194237
| Store copy
195238
|
196239
| {check-mark}
240+
197241
| Offline backup (dump)
198242
| {check-mark}
199243
| {check-mark}
244+
200245
^s| Scale and availability
201246
|
202247
|
203248
| Online backup and restore
204249
|
205250
| {check-mark}
251+
206252
| Multiple databases (beyond the `system` and default databases)
207253
|
208254
| {check-mark}
255+
209256
| Autonomous clustering
210257
|
211258
| {check-mark}
259+
212260
| Composite databases
213261
|
214262
| {check-mark}
263+
215264
^s| Monitoring and management
216265
|
217266
|
267+
218268
| Endpoints and metrics for monitoring via Prometheus
219269
|
220270
| {check-mark}
271+
221272
| Neo4j Operations Manager
222273
|
223274
| {check-mark}

0 commit comments

Comments
 (0)