RavenDB IndexingAn off the cuff stat

time to read 1 min | 130 words

I am currently teaching a RavenDB Course, and we were just talking about indexing. In particular, Search Indexes, like the one below:

image

After we defined this guy, we took a look at the stats.

As you can see, indexing 1 million documents took just over 2 minutes (full text support enabled). More interesting, you can see how we rapidly increased the number of items that we indexed to finish indexing everything faster.

image

Quite nice.

More posts in "RavenDB Indexing" series:

  1. (20 Oct 2022) exact()
  2. (19 Apr 2013) An off the cuff stat