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

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -