1
0
Fork 0
arangodb/Documentation/Books/Users/IndexHandling
Willi Goesgens 021d01e4fe Rework index documentation; add more executed examples. 2015-08-04 18:42:44 +02:00
..
Cap.mdpp Properly generate examples for cap constraints. 2015-08-03 16:50:41 +02:00
Fulltext.mdpp Rework index documentation; add more executed examples. 2015-08-04 18:42:44 +02:00
Geo.mdpp de-duplicate documentation of geo-indices. 2015-08-03 14:42:11 +02:00
Hash.mdpp Rework index documentation; add more executed examples. 2015-08-04 18:42:44 +02:00
HowArangoDBUsesIndexes.mdpp
IndexBasics.mdpp
README.mdpp
Skiplist.mdpp move skiplist documentation back into the source. 2015-08-03 17:34:47 +02:00
WhichIndex.mdpp Rework index documentation; add more executed examples. 2015-08-04 18:42:44 +02:00
WorkingWithIndexes.mdpp Rework index documentation; add more executed examples. 2015-08-04 18:42:44 +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) 
- [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)
- [cap constraints](../IndexHandling/Cap.md)