jpountz commented on pull request #91: URL: https://github.com/apache/lucene/pull/91#issuecomment-826622533
Maybe try running this benchmark: https://github.com/mikemccand/luceneutil/blob/master/src/main/perf/IndexAndSearchOpenStreetMaps1D.java. Instructions on how to get the data are available at the top of https://github.com/mikemccand/luceneutil/blob/master/src/main/perf/IndexAndSearchOpenStreetMaps.java. It indexes lat,lon data from `geonames` as 1D points. It's not the most realistic benchmark (NYC taxis would be more realistic, but it's also much more complicated to set up) but should give us a good idea of how much better/worse things might get with a dataset that consists mostly of 1D points. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org