Hello,
I have composite index, and it was working fine, but now I need to add more features to the software and I need to throw more indexes in there.
I wanted to know what's the best way to do this.
1. Have some admin tool CREATE INDEX..... ON a.b
or
2. add more @Index to the object entities.
in case of #2, would ObjectDB auto-reindex all existing data?