AvocadoDB’s Design Objectives | ArangoDB Blog 2012
March 7, 2012
Architecture
Before we started programming the new open source NoSQL database, we reflected which design objectives to achieve or to drop. This article summarizes our considerations.
In a nutshell:
- Schema-free schemas with shapes: Inherent structures at hand are automatically recognized and subsequently optimized.
- Querying: ArangoDB is able to accomplish complex operations on the provided data (query-by-example and query-language).
- Application Server: ArangoDB is able to act as application server on Javascript-devised routines.
- Mostly memory/durability: ArangoDB is memory-based including frequent file system synchronizing.
- AppendOnly/MVCC: Updates generate new versions of a document; automatic garbage collection.
- ArangoDB is multi-threaded.
- No indices on file: Only raw data is written on hard disk.
- ArangoDB supports single nodes and small, homogenous clusters with zero administration.
Hello World! Introduction to ArangoDB | ArangoDB Blog 2012
March 1, 2012
General
We’ll use this space for further information on what’s going on in the project, milestones, events, interesting in-depth information etc.
- « Previous
- 1
- …
- 51
- 52
- 53
Get the latest tutorials,
blog posts and news:
Please enter a valid email address.
Thanks for subscribing! Please check your email for further instructions.
Something went wrong. Please check your entries and try again.
Tags
API
AQL
arangoml
arangosearch
arangosh
Benchmark
Cloud
Cluster
Community
Compliance
data science
Documentation
driver
Enterprise
Foxx
Fraud Detection
geo
GitHub
Graph
graph database
Graph Databases
HTTP
Java
JavaScript
Knowledge Graphs
Kubernetes
Machine Learning
Managed Service
ML
monitoring
multi-model
Newsletter
NoSQL
open-source
Performance
Pregel
python
pytorch
Release
RocksDB
Ruby
SOC 2
testing
Tutorial
WebUI