1
0
Fork 0
arangodb/Documentation/Books/Manual/Indexing
Simran Brucherseifer 23e22f6f39 Rename Users documentation to Manual 2016-05-24 16:09:21 +02:00
..
Fulltext.mdpp Rename Users documentation to Manual 2016-05-24 16:09:21 +02:00
Geo.mdpp Rename Users documentation to Manual 2016-05-24 16:09:21 +02:00
Hash.mdpp Rename Users documentation to Manual 2016-05-24 16:09:21 +02:00
IndexBasics.mdpp Rename Users documentation to Manual 2016-05-24 16:09:21 +02:00
IndexUtilization.mdpp Rename Users documentation to Manual 2016-05-24 16:09:21 +02:00
README.mdpp Rename Users documentation to Manual 2016-05-24 16:09:21 +02:00
Skiplist.mdpp Rename Users documentation to Manual 2016-05-24 16:09:21 +02:00
WhichIndex.mdpp Rename Users documentation to Manual 2016-05-24 16:09:21 +02:00
WorkingWithIndexes.mdpp Rename Users documentation to Manual 2016-05-24 16:09:21 +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](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)
 - [fulltext indexes](Fulltext.md)
 - [geo-spatial indexes](Geo.md)