RavenDB IndexingAn off the cuff stat
I am currently teaching a RavenDB Course, and we were just talking about indexing. In particular, Search Indexes, like the one below:
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.
Quite nice.
More posts in "RavenDB Indexing" series:
- (20 Oct 2022) exact()
- (19 Apr 2013) An off the cuff stat

Comments
Comment preview