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 added index usage page 2015-03-10 11:17:16 +01:00
IndexBasics.mdpp issue #1404: Sorting with different sort directions and skiplist not possible 2015-07-21 17:52:59 +02:00
README.mdpp updated manual 2014-11-04 15:31:35 +01:00
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)