-2

I've Started learning RavenDb, often I used to come across "stale indexing", couldn't find a better understanding of it. I tried documentation, but couldn't capture an easy way to grasp the point.

When I used SQL, I haven't heard anything about stale indexing. Is it special in no SQL databases?

NOTE: I haven't added the code, since my base knowledge of RavenDb is completely zero.

Can anyone point me in the right direction. It would be really helpful if someone give a real case scenario of using stale indexing.

Thanks in advance.

Praveen
  • 55,303
  • 33
  • 133
  • 164

1 Answers1

2

Many noSQL databases compromise consistency for speed, and hence allow e. g. the index to be a bit out of synch during data updates. It will be eventually consistent.

Aravind Yarram
  • 78,777
  • 46
  • 231
  • 327
FrankPl
  • 13,205
  • 2
  • 14
  • 40