What is OrientDB's indexing scheme? -
just question says. there explicit indexes need add documents into? or automatic secondary indexes?
there both kinds of indexes:
- automatic, created against schema , populated automatically. close rdbms offers
- manual, created , populated manually using java api, http rest protocol or plain sql using "index:" prefix instead of class name.
for more information at: http://code.google.com/p/orient/wiki/indexes
Comments
Post a Comment