mikemccand commented on pull request #128:
URL: https://github.com/apache/lucene/pull/128#issuecomment-849627976


   OK I re-ran with the latest PR and I LOVE the output -- the lines come as 
each check finishes, so you can see what is fast/slow.  It seems postings is 
slowest, preceded by doc values, and everything else is super fast.
   
   It's curious to me that checking vectors seems to be super fast -- is our 
vectors check also checking integrity the full HNSW graph, not just the float 
vectors?
   
   I need a tool that randomly flips a single bit somewhere in the index, to 
see how `CheckIndex` now behaves on a corrupt index!  Presumably there is some 
compact UNIX one-liner to do this?  Maybe a perfect job for a quick Python 
script!


-- 
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

Reply via email to