diff --git a/modules/ROOT/pages/introduction.adoc b/modules/ROOT/pages/introduction.adoc index 78a8e5ad9..f5d9f3db5 100644 --- a/modules/ROOT/pages/introduction.adoc +++ b/modules/ROOT/pages/introduction.adoc @@ -61,160 +61,215 @@ The following table compares the available key features in both editions: | Feature | Community Edition | Enterprise Edition + a| link:https://www.gnu.org/licenses/quick-guide-gplv3.html[Open source under GPLv3] |{check-mark} | + ^s| Native Graph | | -| Property graph model + +| link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/queries/basic/[Property graph model] | {check-mark} | {check-mark} + | Native graph processing & storage | {check-mark} | {check-mark} -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] + +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] | {check-mark} | {check-mark} -a| High_limit (xref:database-internals/store-formats.adoc#high-format-limits[1 Quadrillion Nodes & Relationships]) label:deprecated[Deprecated in 5.23] + +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] | | {check-mark} -a| Block format (xref:database-internals/store-formats.adoc#block-format-limits[New format]) + +a| xref:database-internals/store-formats.adoc#block-format[Block format] label:ga[GA from 5.16] | | {check-mark} -a| Change Data Capture (CDC) label:new[Introduced in 5.13] label:beta[] + +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] | | {check-mark} -| ACID-compliant transactions + +| xref:database-internals/index.adoc[ACID-compliant transactions] | {check-mark} | {check-mark} -| Cypher graph query language + +| link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/introduction/cypher-overview/[Cypher graph query language] | {check-mark} | {check-mark} -| _Slotted_ Cypher runtime + +| link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/planning-and-tuning/runtimes/concepts/#runtimes-slotted-runtime[Slotted Cypher runtime] | {check-mark} | {check-mark} -| _Pipelined_ Cypher runtime (faster) + +| link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/planning-and-tuning/runtimes/concepts/#runtimes-pipelined-runtime[Pipelined Cypher runtime] | | {check-mark} -| Listing and terminating running queries + +| 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] | | {check-mark} -| High-performance caching + +| xref:monitoring/query-management.adoc[Listing and terminating running queries] | {check-mark} | {check-mark} -| Cost-based query optimizer + +| xref:performance/disks-ram-and-other-tips.adoc#performance-storage[High-performance caching] +| {check-mark} +| {check-mark} + +| link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/planning-and-tuning/query-tuning/[Cost-based query optimizer] | {check-mark} | {check-mark} + ^s| Clients and APIs | | -| Cypher Client + +| xref:tools/cypher-shell.adoc[Cypher Shell] | {check-mark} | {check-mark} -| Neo4j Browser with syntax highlighting + +| link:https://neo4j.com/docs/browser-manual/current/visual-tour/#editor[Neo4j Browser with syntax highlighting] | {check-mark} | {check-mark} -| Bolt Protocol + +| link:https://neo4j.com/docs/bolt/current/bolt/[Bolt Protocol] | {check-mark} | {check-mark} -| Language drivers for C#, Go, Java, JavaScript & Python footnote:sepinstall[Must be downloaded and installed separately.] + +| 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.] | {check-mark} | {check-mark} + | High-performance native API | {check-mark} | {check-mark} + a| APOC 450+ link:https://neo4j.com/docs/apoc/5/[Core Procedures and Functions] | {check-mark} | {check-mark} -| Support for Neo4j Graph Data Science Community Edition footnote:sepinstall[] + +| Support for link:https://neo4j.com/docs/graph-data-science/current/introduction/#introduction-editions[Neo4j Graph Data Science Community Edition] footnote:sepinstall[] | {check-mark} | {check-mark} -| Support for Neo4j Graph Data Science Enterprise Edition footnote:sepinstall[] + +| Support for link:https://neo4j.com/docs/graph-data-science/current/installation/installation-enterprise-edition/[Neo4j Graph Data Science Enterprise Edition] footnote:sepinstall[] | | {check-mark} + ^s| Indexes and constraints | | -| Fast writes via native label indexes + +| link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/indexes/search-performance-indexes/overview/[Fast writes via native label indexes] | {check-mark} | {check-mark} -| Composite indexes + +| link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/indexes/search-performance-indexes/using-indexes/#composite-indexes[Composite indexes] | {check-mark} | {check-mark} -| Full-text node & relationship indexes + +| link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/indexes/semantic-indexes/full-text-indexes/[Full-text node & relationship indexes] | {check-mark} | {check-mark} -| Vector indexes label:new[Introduced in Neo4j 5.13] + +| link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/indexes/semantic-indexes/vector-indexes/[Vector indexes] label:new[Introduced in Neo4j 5.13] | {check-mark} | {check-mark} -| Property uniqueness constraints + +| link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/constraints/managing-constraints/#create-property-uniqueness-constraints[Property uniqueness constraints] | {check-mark} | {check-mark} -| Property existence constraints + +| link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/constraints/managing-constraints/#create-property-existence-constraints[Property existence constraints] | | {check-mark} -| Property type constraints + +| link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/constraints/managing-constraints/#create-property-type-constraints[Property type constraints] | | {check-mark} -| Node and relationship key constraints + +|link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/constraints/managing-constraints/#create-key-constraints[Node and relationship key constraints] | | {check-mark} + ^s| Security | | -| Role-based access control + +| xref:authentication-authorization/manage-privileges.adoc[Role-based access control] | | {check-mark} -| Sub-graph access control + +| xref:tutorial/access-control.adoc#auth-access-control-using-privileges[Sub-graph access control] | | {check-mark} -| LDAP and Active Directory integration + +| xref:authentication-authorization/ldap-integration.adoc[LDAP and Active Directory integration] | | {check-mark} -| Kerberos security option + +| link:https://neo4j.com/docs/kerberos-add-on/current/[Kerberos security option] | | {check-mark} + ^s| Data management | | -| Offline import + +| xref:tools/neo4j-admin/neo4j-admin-import.adoc#import-tool-full[Offline import] | {check-mark} | {check-mark} -| Offline incremental import + +| xref:tools/neo4j-admin/neo4j-admin-import.adoc#import-tool-incremental[Offline incremental import] | | {check-mark} -| Auto-reuse of space + +| xref:performance/space-reuse.adoc[Auto-reuse of space] | {check-mark} | {check-mark} -| Store copy + +| xref:backup-restore/copy-database.adoc[Store copy] | | {check-mark} -| Offline backup (dump) + +| xref:backup-restore/offline-backup.adoc[Offline backup] (dump) | {check-mark} | {check-mark} + ^s| Scale and availability | | -| Online backup and restore +| Online xref:backup-restore/online-backup.adoc[backup] and xref:/backup-restore/restore-backup.adoc[restore] | | {check-mark} -| Multiple databases (beyond the `system` and default databases) + +| xref:database-administration/index.adoc[Multiple databases] (beyond the `system` and default databases) | | {check-mark} -| Autonomous clustering + +| xref:clustering/index.adoc[Autonomous clustering] | | {check-mark} -| Composite databases + +| xref:database-administration/composite-databases/concepts.adoc[Composite databases] | | {check-mark} -^s| Monitoring and management + +^s| xref:monitoring/index.adoc[Monitoring and management] | | -| Endpoints and metrics for monitoring via Prometheus + +| xref:monitoring/metrics/expose.adoc#_prometheus[Endpoints and metrics for monitoring via Prometheus] | | {check-mark} -| Neo4j Operations Manager + +| link:https://neo4j.com/docs/ops-manager/current/[Neo4j Operations Manager] | | {check-mark}