RavenDB Indexing: An Off the Cuff Stat
Join the DZone community and get the full member experience.
Join For Free
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.
Published at DZone with permission of Oren Eini, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments