1
0
Fork 0
arangodb/Documentation/Books/Users/IndexHandling
Wilfried Goesgens aae19ff291 Fix dangling anchors and add checker script to the make target. 2015-11-26 18:51:39 +01:00
..
Cap.mdpp Properly generate examples for cap constraints. 2015-08-03 16:50:41 +02:00
Fulltext.mdpp Documentation: corrected typos and case, prefer American over British English 2015-09-01 17:19:13 +02:00
Geo.mdpp Hook in stray docuBlocks 2015-08-13 18:54:38 +02:00
Hash.mdpp Rework index documentation; add more executed examples. 2015-08-04 18:42:44 +02:00
HowArangoDBUsesIndexes.mdpp updated optimizer documentation 2015-10-21 15:48:20 +02:00
IndexBasics.mdpp Fix dangling anchors and add checker script to the make target. 2015-11-26 18:51:39 +01:00
README.mdpp updated manual 2014-11-04 15:31:35 +01:00
Skiplist.mdpp Hook in stray docuBlocks 2015-08-13 18:54:38 +02:00
WhichIndex.mdpp Fix dangling anchors and add checker script to the make target. 2015-11-26 18:51:39 +01:00
WorkingWithIndexes.mdpp changed documentation for index creation methods 2015-10-21 14:59:45 +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)