3

Is there a way to specify a secondary index in OrientDB?

I need something that have all the documents references that have a specified field (like indexable=true).

Jk1
  • 11,233
  • 9
  • 54
  • 64
Ammar
  • 5,070
  • 8
  • 28
  • 27

1 Answers1

2

All indexes in OrientDB are like the secondary of RDBMS (the primary doesn't exists because the RID is auto-assigned). So just create indexes following the documentation: https://github.com/nuvolabase/orientdb/wiki/Indexes

Lvca
  • 8,938
  • 2
  • 24
  • 25