You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/introduction.adoc
+56-5Lines changed: 56 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,163 +61,214 @@ The following table compares the available key features in both editions:
61
61
| Feature
62
62
| Community Edition
63
63
| Enterprise Edition
64
+
64
65
a| link:https://www.gnu.org/licenses/quick-guide-gplv3.html[Open source under GPLv3]
65
66
|{check-mark}
66
67
|
68
+
67
69
^s| Native Graph
68
70
|
69
71
|
72
+
70
73
| Property graph model
71
74
| {check-mark}
72
75
| {check-mark}
76
+
73
77
| Native graph processing & storage
74
78
| {check-mark}
75
79
| {check-mark}
80
+
76
81
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]
77
82
| {check-mark}
78
83
| {check-mark}
84
+
79
85
a| High_limit (xref:database-internals/store-formats.adoc#high-format-limits[1 Quadrillion Nodes & Relationships]) label:deprecated[Deprecated in 5.23]
80
86
|
81
87
| {check-mark}
88
+
82
89
a| Block format (xref:database-internals/store-formats.adoc#block-format-limits[New format])
83
90
|
84
91
| {check-mark}
92
+
85
93
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]
| 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]
102
114
|
103
115
| {check-mark}
116
+
104
117
| Listing and terminating running queries
105
118
|
106
119
| {check-mark}
120
+
107
121
| High-performance caching
108
122
| {check-mark}
109
123
| {check-mark}
124
+
110
125
| Cost-based query optimizer
111
126
| {check-mark}
112
127
| {check-mark}
128
+
113
129
^s| Clients and APIs
114
130
|
115
131
|
132
+
116
133
| Cypher Client
117
134
| {check-mark}
118
135
| {check-mark}
136
+
119
137
| Neo4j Browser with syntax highlighting
120
138
| {check-mark}
121
139
| {check-mark}
140
+
122
141
| Bolt Protocol
123
142
| {check-mark}
124
143
| {check-mark}
144
+
125
145
| 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.]
126
146
| {check-mark}
127
147
| {check-mark}
148
+
128
149
| High-performance native API
129
150
| {check-mark}
130
151
| {check-mark}
152
+
131
153
a| APOC 450+ link:https://neo4j.com/docs/apoc/5/[Core Procedures and Functions]
132
154
| {check-mark}
133
155
| {check-mark}
156
+
134
157
| Support for Neo4j Graph Data Science Community Edition footnote:sepinstall[]
135
158
| {check-mark}
136
159
| {check-mark}
160
+
137
161
| Support for Neo4j Graph Data Science Enterprise Edition footnote:sepinstall[]
138
162
|
139
163
| {check-mark}
164
+
140
165
^s| Indexes and constraints
141
166
|
142
167
|
168
+
143
169
| Fast writes via native label indexes
144
170
| {check-mark}
145
171
| {check-mark}
172
+
146
173
| Composite indexes
147
174
| {check-mark}
148
175
| {check-mark}
176
+
149
177
| Full-text node & relationship indexes
150
178
| {check-mark}
151
179
| {check-mark}
180
+
152
181
| link:https://neo4j.com/docs/cypher-manual/current/indexes/semantic-indexes/vector-indexes/[Vector indexes] label:new[Introduced in Neo4j 5.13]
153
182
| {check-mark}
154
183
| {check-mark}
184
+
155
185
| Property uniqueness constraints
156
186
| {check-mark}
157
187
| {check-mark}
188
+
158
189
| Property existence constraints
159
190
|
160
191
| {check-mark}
192
+
161
193
| Property type constraints
162
194
|
163
195
| {check-mark}
196
+
164
197
| Node and relationship key constraints
165
198
|
166
199
| {check-mark}
200
+
167
201
^s| Security
168
202
|
169
203
|
204
+
170
205
| Role-based access control
171
206
|
172
207
| {check-mark}
208
+
173
209
| Sub-graph access control
174
210
|
175
211
| {check-mark}
212
+
176
213
| LDAP and Active Directory integration
177
214
|
178
215
| {check-mark}
216
+
179
217
| Kerberos security option
180
218
|
181
219
| {check-mark}
220
+
182
221
^s| Data management
183
222
|
184
223
|
224
+
185
225
| Offline import
186
226
| {check-mark}
187
227
| {check-mark}
228
+
188
229
| Offline incremental import
189
230
|
190
231
| {check-mark}
232
+
191
233
| Auto-reuse of space
192
234
| {check-mark}
193
235
| {check-mark}
236
+
194
237
| Store copy
195
238
|
196
239
| {check-mark}
240
+
197
241
| Offline backup (dump)
198
242
| {check-mark}
199
243
| {check-mark}
244
+
200
245
^s| Scale and availability
201
246
|
202
247
|
203
248
| Online backup and restore
204
249
|
205
250
| {check-mark}
251
+
206
252
| Multiple databases (beyond the `system` and default databases)
207
253
|
208
254
| {check-mark}
255
+
209
256
| Autonomous clustering
210
257
|
211
258
| {check-mark}
259
+
212
260
| Composite databases
213
261
|
214
262
| {check-mark}
263
+
215
264
^s| Monitoring and management
216
265
|
217
266
|
267
+
218
268
| Endpoints and metrics for monitoring via Prometheus
0 commit comments