mirror of https://gitee.com/bigwinds/arangodb
|
||
---|---|---|
.. | ||
Fulltext.md | ||
Geo.md | ||
Hash.md | ||
IndexBasics.md | ||
IndexUtilization.md | ||
Persistent.md | ||
README.md | ||
Skiplist.md | ||
Ttl.md | ||
VertexCentric.md | ||
WhichIndex.md | ||
WorkingWithIndexes.md |
README.md
Handling Indexes
This is an introduction to ArangoDB's interface for indexes in general.
There are special sections for
- Index Basics: Introduction to all index types
- Which index to use when: Index type and options adviser
- Index Utilization: How ArangoDB uses indexes
- Working with Indexes: How to handle indexes
programmatically using the
db
object - Hash Indexes
- Skiplists
- Persistent Indexes
- TTL Indexes
- Fulltext Indexes
- Geo-spatial Indexes
- Vertex-centric Indexes