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
I must be getting old. I find those graphs sexy.
I must have missed this somewhere - how do you produce the indexing performance graph?
Gaz, Huh? This is part of the SL Toolkit
I mean how do I see a graph for an index in my installation? Is it built in to the Raven Studio? It doesn't seem to appear on my index statistics.
Gaz, It is bulitin in 2.5
Ah gotcha - we're still on stable. Looking forward to it!
Comment preview