On 04/02/2016 09:31, Alex Parvulescu wrote: > ... > One random thought: would it be useful to add a sort of 'dry run' call to > the indexer, you'd just give it a path (root by default) and a max number > of nodes (let's say 100k) and it would output the usual stats (indexed x > nodes in .... ms) and throw away the result, this would allow for a sort of > guesstimation by type of index, on specific setups. > I think this is an awesome feature we should provide from Oak. I guess by using some JMX input, receiving all the required inputs:
- path to index definition (mandatory) - path to the content (mandatory) - max number of nodes (optional) Would you like to file a ticket for it, for oak 1.6 and assign it to me? I think that rather than having a guesstimate it could actually be quite accurate number if targeted properly. Cheeers Davide
