mirror of https://gitee.com/bigwinds/arangodb
|
||
---|---|---|
.. | ||
Fulltext.mdpp | ||
Geo.mdpp | ||
Hash.mdpp | ||
IndexBasics.mdpp | ||
IndexUtilization.mdpp | ||
README.mdpp | ||
Skiplist.mdpp | ||
WhichIndex.mdpp | ||
WorkingWithIndexes.mdpp |
README.mdpp
!CHAPTER Handling Indexes This is an introduction to ArangoDB's interface for indexes in general. There are special sections for - [index basics](IndexBasics.md) - [Which Index to use when](WhichIndex.md) - [How ArangoDB uses indexes](IndexUtilization.md) - [working with indexes](WorkingWithIndexes.md) - [hash indexes](Hash.md) - [skiplists](Skiplist.md) - [fulltext indexes](Fulltext.md) - [geo-spatial indexes](Geo.md)