2

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.

Community
  • 1
  • 1
kekewong
  • 298
  • 1
  • 2
  • 10

1 Answers1

1

Kekewong, No, they work in drastically different fashion. They are built in the background, offer full text search support, and are stored using a different format than most db indexes.

Ayende Rahien
  • 22,925
  • 1
  • 36
  • 41