Hi there. I'm trying to get some performance improvements by adding an index to a collection which contains 1 large document.
I've set it up in this order 1. Create the collection 2. Add the index 3. Add the document I'm sure i done it correctly, but I don't get any performance improvement after indexing. I've done this with a large document (5mb) so I expect the speed increase to be significant. Does indexing only help if the data is spread accross many many documents? Is it possible to index within a single document, so that xpath queries on that document using the nodes that are indexed, will be faster? Regards, Dominic Gamble
