I am quite new of RavenDB and I am trying to understand how indexes works in RavenDB. I found a very good explanation on relational database indexing from this" How does database indexing work?" . But i was wondering are the indexes in RavenDB works the same as the relational database's indexes ?
Thanks.