Skip to content

Commit 73012f4

Browse files
committed
Update Table 1. Community Edition vs Enterprise Edition key features (#1958)
1 parent 0163a67 commit 73012f4

File tree

1 file changed

+97
-42
lines changed

1 file changed

+97
-42
lines changed

modules/ROOT/pages/introduction.adoc

Lines changed: 97 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -61,160 +61,215 @@ 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
|
70-
| Property graph model
72+
73+
| link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/queries/basic/[Property graph model]
7174
| {check-mark}
7275
| {check-mark}
76+
7377
| Native graph processing & storage
7478
| {check-mark}
7579
| {check-mark}
76-
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]
80+
81+
a| xref:database-internals/store-formats.adoc#standard-format[Standard] and xref:database-internals/store-formats.adoc#aligned-format[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}
79-
a| High_limit (xref:database-internals/store-formats.adoc#high-format-limits[1 Quadrillion Nodes & Relationships]) label:deprecated[Deprecated in 5.23]
84+
85+
a| xref:database-internals/store-formats.adoc#high-limit-format[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}
82-
a| Block format (xref:database-internals/store-formats.adoc#block-format-limits[New format])
88+
89+
a| xref:database-internals/store-formats.adoc#block-format[Block format] label:ga[GA from 5.16]
8390
|
8491
| {check-mark}
85-
a| Change Data Capture (CDC) label:new[Introduced in 5.13] label:beta[]
92+
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]
8694
|
8795
| {check-mark}
88-
| ACID-compliant transactions
96+
97+
| xref:database-internals/index.adoc[ACID-compliant transactions]
8998
| {check-mark}
9099
| {check-mark}
91-
| Cypher graph query language
100+
101+
| link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/introduction/cypher-overview/[Cypher graph query language]
92102
| {check-mark}
93103
| {check-mark}
94-
| _Slotted_ Cypher runtime
104+
105+
| link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/planning-and-tuning/runtimes/concepts/#runtimes-slotted-runtime[Slotted Cypher runtime]
95106
| {check-mark}
96107
| {check-mark}
97-
| _Pipelined_ Cypher runtime (faster)
108+
109+
| link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/planning-and-tuning/runtimes/concepts/#runtimes-pipelined-runtime[Pipelined Cypher runtime]
98110
|
99111
| {check-mark}
100-
| Listing and terminating running queries
112+
113+
| link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/planning-and-tuning/runtimes/concepts/#runtimes-parallel-runtime[Parallel Cypher runtime] label:new[Introduced in 5.13]
101114
|
102115
| {check-mark}
103-
| High-performance caching
116+
117+
| xref:monitoring/query-management.adoc[Listing and terminating running queries]
104118
| {check-mark}
105119
| {check-mark}
106-
| Cost-based query optimizer
120+
121+
| xref:performance/disks-ram-and-other-tips.adoc#performance-storage[High-performance caching]
122+
| {check-mark}
123+
| {check-mark}
124+
125+
| link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/planning-and-tuning/query-tuning/[Cost-based query optimizer]
107126
| {check-mark}
108127
| {check-mark}
128+
109129
^s| Clients and APIs
110130
|
111131
|
112-
| Cypher Client
132+
133+
| xref:tools/cypher-shell.adoc[Cypher Shell]
113134
| {check-mark}
114135
| {check-mark}
115-
| Neo4j Browser with syntax highlighting
136+
137+
| link:https://neo4j.com/docs/browser-manual/current/visual-tour/#editor[Neo4j Browser with syntax highlighting]
116138
| {check-mark}
117139
| {check-mark}
118-
| Bolt Protocol
140+
141+
| link:https://neo4j.com/docs/bolt/current/bolt/[Bolt Protocol]
119142
| {check-mark}
120143
| {check-mark}
121-
| Language drivers for C#, Go, Java, JavaScript & Python footnote:sepinstall[Must be downloaded and installed separately.]
144+
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.]
122146
| {check-mark}
123147
| {check-mark}
148+
124149
| High-performance native API
125150
| {check-mark}
126151
| {check-mark}
152+
127153
a| APOC 450+ link:https://neo4j.com/docs/apoc/5/[Core Procedures and Functions]
128154
| {check-mark}
129155
| {check-mark}
130-
| Support for Neo4j Graph Data Science Community Edition footnote:sepinstall[]
156+
157+
| Support for link:https://neo4j.com/docs/graph-data-science/current/introduction/#introduction-editions[Neo4j Graph Data Science Community Edition] footnote:sepinstall[]
131158
| {check-mark}
132159
| {check-mark}
133-
| Support for Neo4j Graph Data Science Enterprise Edition footnote:sepinstall[]
160+
161+
| Support for link:https://neo4j.com/docs/graph-data-science/current/installation/installation-enterprise-edition/[Neo4j Graph Data Science Enterprise Edition] footnote:sepinstall[]
134162
|
135163
| {check-mark}
164+
136165
^s| Indexes and constraints
137166
|
138167
|
139-
| Fast writes via native label indexes
168+
169+
| link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/indexes/search-performance-indexes/overview/[Fast writes via native label indexes]
140170
| {check-mark}
141171
| {check-mark}
142-
| Composite indexes
172+
173+
| link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/indexes/search-performance-indexes/using-indexes/#composite-indexes[Composite indexes]
143174
| {check-mark}
144175
| {check-mark}
145-
| Full-text node & relationship indexes
176+
177+
| link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/indexes/semantic-indexes/full-text-indexes/[Full-text node & relationship indexes]
146178
| {check-mark}
147179
| {check-mark}
148-
| Vector indexes label:new[Introduced in Neo4j 5.13]
180+
181+
| link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/indexes/semantic-indexes/vector-indexes/[Vector indexes] label:new[Introduced in Neo4j 5.13]
149182
| {check-mark}
150183
| {check-mark}
151-
| Property uniqueness constraints
184+
185+
| link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/constraints/managing-constraints/#create-property-uniqueness-constraints[Property uniqueness constraints]
152186
| {check-mark}
153187
| {check-mark}
154-
| Property existence constraints
188+
189+
| link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/constraints/managing-constraints/#create-property-existence-constraints[Property existence constraints]
155190
|
156191
| {check-mark}
157-
| Property type constraints
192+
193+
| link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/constraints/managing-constraints/#create-property-type-constraints[Property type constraints]
158194
|
159195
| {check-mark}
160-
| Node and relationship key constraints
196+
197+
|link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/constraints/managing-constraints/#create-key-constraints[Node and relationship key constraints]
161198
|
162199
| {check-mark}
200+
163201
^s| Security
164202
|
165203
|
166-
| Role-based access control
204+
205+
| xref:authentication-authorization/manage-privileges.adoc[Role-based access control]
167206
|
168207
| {check-mark}
169-
| Sub-graph access control
208+
209+
| xref:tutorial/access-control.adoc#auth-access-control-using-privileges[Sub-graph access control]
170210
|
171211
| {check-mark}
172-
| LDAP and Active Directory integration
212+
213+
| xref:authentication-authorization/ldap-integration.adoc[LDAP and Active Directory integration]
173214
|
174215
| {check-mark}
175-
| Kerberos security option
216+
217+
| link:https://neo4j.com/docs/kerberos-add-on/current/[Kerberos security option]
176218
|
177219
| {check-mark}
220+
178221
^s| Data management
179222
|
180223
|
181-
| Offline import
224+
225+
| xref:tools/neo4j-admin/neo4j-admin-import.adoc#import-tool-full[Offline import]
182226
| {check-mark}
183227
| {check-mark}
184-
| Offline incremental import
228+
229+
| xref:tools/neo4j-admin/neo4j-admin-import.adoc#import-tool-incremental[Offline incremental import]
185230
|
186231
| {check-mark}
187-
| Auto-reuse of space
232+
233+
| xref:performance/space-reuse.adoc[Auto-reuse of space]
188234
| {check-mark}
189235
| {check-mark}
190-
| Store copy
236+
237+
| xref:backup-restore/copy-database.adoc[Store copy]
191238
|
192239
| {check-mark}
193-
| Offline backup (dump)
240+
241+
| xref:backup-restore/offline-backup.adoc[Offline backup] (dump)
194242
| {check-mark}
195243
| {check-mark}
244+
196245
^s| Scale and availability
197246
|
198247
|
199-
| Online backup and restore
248+
| Online xref:backup-restore/online-backup.adoc[backup] and xref:/backup-restore/restore-backup.adoc[restore]
200249
|
201250
| {check-mark}
202-
| Multiple databases (beyond the `system` and default databases)
251+
252+
| xref:database-administration/index.adoc[Multiple databases] (beyond the `system` and default databases)
203253
|
204254
| {check-mark}
205-
| Autonomous clustering
255+
256+
| xref:clustering/index.adoc[Autonomous clustering]
206257
|
207258
| {check-mark}
208-
| Composite databases
259+
260+
| xref:database-administration/composite-databases/concepts.adoc[Composite databases]
209261
|
210262
| {check-mark}
211-
^s| Monitoring and management
263+
264+
^s| xref:monitoring/index.adoc[Monitoring and management]
212265
|
213266
|
214-
| Endpoints and metrics for monitoring via Prometheus
267+
268+
| xref:monitoring/metrics/expose.adoc#_prometheus[Endpoints and metrics for monitoring via Prometheus]
215269
|
216270
| {check-mark}
217-
| Neo4j Operations Manager
271+
272+
| link:https://neo4j.com/docs/ops-manager/current/[Neo4j Operations Manager]
218273
|
219274
| {check-mark}
220275

0 commit comments

Comments
 (0)