1
0
Fork 0
arangodb/Documentation/Books/Users/Indexing
Frank Celler 236ba5cd04 removed CAP 2016-05-03 14:23:41 +02:00
..
Fulltext.mdpp Re-organize Users and AQL documentation 2016-05-02 15:53:13 +02:00
Geo.mdpp Re-organize Users and AQL documentation 2016-05-02 15:53:13 +02:00
Hash.mdpp Re-organize Users and AQL documentation 2016-05-02 15:53:13 +02:00
IndexBasics.mdpp Re-organize Users and AQL documentation 2016-05-02 15:53:13 +02:00
IndexUtilization.mdpp Documentation fixes 2016-05-02 22:03:43 +02:00
README.mdpp Re-organize Users and AQL documentation 2016-05-02 15:53:13 +02:00
Skiplist.mdpp Re-organize Users and AQL documentation 2016-05-02 15:53:13 +02:00
WhichIndex.mdpp Re-organize Users and AQL documentation 2016-05-02 15:53:13 +02:00
WorkingWithIndexes.mdpp Re-organize Users and AQL documentation 2016-05-02 15:53:13 +02:00

README.mdpp

!CHAPTER Handling Indexes

This is an introduction to ArangoDB's interface for indexes in general.  
There are special sections for 

- [index basics](../IndexHandling/IndexBasics.md) 
- [Which Index to use when](../IndexHandling/WhichIndex.md)
- [How ArangoDB uses indexes](../IndexHandling/HowArangoDBUsesIndexes.md)
- [working with indexes](../IndexHandling/WorkingWithIndexes.md) 
 - [hash indexes](../IndexHandling/Hash.md)
 - [skiplists](../IndexHandling/Skiplist.md)
 - [fulltext indexes](../IndexHandling/Fulltext.md) 
 - [geo-spatial indexes](../IndexHandling/Geo.md)