mirror of https://gitee.com/bigwinds/arangodb
15 lines
472 B
Plaintext
15 lines
472 B
Plaintext
!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)
|
|
- [persistent indexes](Persistent.md)
|
|
- [fulltext indexes](Fulltext.md)
|
|
- [geo-spatial indexes](Geo.md)
|