1
0
Fork 0
arangodb/Documentation/Books/Manual/Indexing
Simran Brucherseifer 5c5da63060 Improve indexing docs 2016-07-18 12:15:35 +02:00
..
Fulltext.mdpp Improve indexing docs 2016-07-18 12:15:35 +02:00
Geo.mdpp geo constraint -> geo index 2016-06-14 02:19:46 +02:00
Hash.mdpp Improve indexing docs 2016-07-18 12:15:35 +02:00
IndexBasics.mdpp Improve indexing docs 2016-07-18 12:15:35 +02:00
IndexUtilization.mdpp Rename Users documentation to Manual 2016-05-24 16:09:21 +02:00
Persistent.mdpp Improve indexing docs 2016-07-18 12:15:35 +02:00
README.mdpp Improve indexing docs 2016-07-18 12:15:35 +02:00
Skiplist.mdpp Improve indexing docs 2016-07-18 12:15:35 +02:00
WhichIndex.mdpp updated documentation 2016-06-09 15:47:51 +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): Introduction to all index types
- [Which index to use when](WhichIndex.md): Index type and options adviser
- [Index Utilization](IndexUtilization.md): How ArangoDB uses indexes
- [Working with Indexes](WorkingWithIndexes.md): How to handle indexes
  programmatically using the `db` object
 - [Hash Indexes](Hash.md)
 - [Skiplists](Skiplist.md)
 - [Persistent Indexes](Persistent.md)
 - [Fulltext Indexes](Fulltext.md)
 - [Geo-spatial Indexes](Geo.md)