Search at Scale
The architecture of ArangoSearch is designed to handle even complex queries against large, distributed data sets efficiently.
ArangoDB moves your queries where your data resides. Each DBserver in an ArangoDB cluster has its own query engine and executes your query locally and in parallel.
Even terabytes of your data can be stored and searched with C++ based ArangoSearch in ArangoDB. By handling compression on a very low level SIMD can be handled efficiently for optimal performance.