1
0
Fork 0
arangodb/Documentation/Books/Manual/Highlights.md

99 lines
3.7 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Highlights
==========
Version 3.4
-----------
Version 3.3
-----------
**Enterprise Edition**
- [**Datacenter to Datacenter Replication**](Deployment/DC2DC/README.md): Replicate
the entire structure and content of an ArangoDB cluster asynchronously to
another cluster in a different datacenter with ArangoSync. Multi-datacenter
support means you can fallback to a replica of your cluster in case of a
disaster in one datacenter.
- [**Encrypted Backups**](Programs/Arangodump/Examples.md#encryption):
Arangodump can create backups encrypted with a secret key using AES256
block cipher.
**All Editions**
- [**Server-level Replication**](Administration/MasterSlave/ServerLevelSetup.md):
In addition to per-database replication, there is now an additional
`globalApplier`. Start the global replication on the slave once and all
current and future databases will be replicated from the master to the
slave automatically.
- [**Asynchronous Failover**](ReleaseNotes/NewFeatures33.md#asynchronous-failover):
Make a single server instance resilient with a second server instance, one
as master and the other as asynchronously replicating slave, with automatic
failover to the slave if the master goes down.
Also see [What's New in 3.3](ReleaseNotes/NewFeatures33.md).
Version 3.2
-----------
- [**RocksDB Storage Engine**](Architecture/StorageEngines.md): You can now use
as much data in ArangoDB as you can fit on your disk. Plus, you can enjoy
performance boosts on writes by having only document-level locks
- [**Pregel**](Graphs/Pregel/README.md):
We implemented distributed graph processing with Pregel to discover hidden
patterns, identify communities and perform in-depth analytics of large graph
data sets.
- [**Fault-Tolerant Foxx**](../HTTP/Foxx/index.html): The Foxx management
internals have been rewritten from the ground up to make sure
multi-coordinator cluster setups always keep their services in sync and
new coordinators are fully initialized even when all existing coordinators
are unavailable.
- **Enterprise**: Working with some of our largest customers, weve added
further security and scalability features to ArangoDB Enterprise like
[LDAP integration](Administration/Configuration/Ldap.md),
[Encryption at Rest](Administration/Encryption/README.md), and the brand new
[Satellite Collections](Administration/Satellites.md).
Also see [What's New in 3.2](ReleaseNotes/NewFeatures32.md).
Version 3.1
-----------
- [**SmartGraphs**](Graphs/SmartGraphs/README.md): Scale with graphs to a
cluster and stay performant. With SmartGraphs you can use the "smartness"
of your application layer to shard your graph efficiently to your machines
and let traversals run locally.
- **Encryption Control**: Choose your level of [SSL encryption](Administration/Configuration/SSL.md)
- [**Auditing**](Administration/Auditing/README.md): Keep a detailed log
of all the important things that happened in ArangoDB.
Also see [What's New in 3.1](ReleaseNotes/NewFeatures31.md).
Version 3.0
-----------
- [**self-organizing cluster**](Scalability/Cluster/Architecture.md) with
synchronous replication, master/master setup, shared nothing
architecture, cluster management agency.
- Deeply integrated, native [**AQL graph traversal**](../AQL/Graphs/index.html)
- [**VelocyPack**](https://github.com/arangodb/velocypack) as new internal
binary storage format as well as for intermediate AQL values.
- [**Persistent indexes**](Indexing/Persistent.md) via RocksDB suitable
for sorting and range queries.
- [**Foxx 3.0**](Foxx/README.md): overhauled JS framework for data-centric
microservices
- Significantly improved [**Web Interface**](Programs/WebInterface/README.md)
Also see [What's New in 3.0](ReleaseNotes/NewFeatures30.md).