uschindler edited a comment on pull request #2176:
URL: https://github.com/apache/lucene-solr/pull/2176#issuecomment-753492065


   > Very exciting! Thank you for leading the way here, Uwe.
   > 
   >> The most horrible thing I have seen is that our CFS file format starts 
the "inner" files totally unaligned. We should fix the CFSWriter to start new 
files always at multiples of 8 bytes. I will open an issue about this.
   >
   > I ran into this just yesterday as I was playing around with aligning 
vectors in their index files to see if any perf bump could be gained (the 
header seems to be 50 bytes usually, so some padding is needed). And then when 
I asserted alignment, realized that CFS was messing with it.
   
   In fact for CFS file we don't even need to change the file format / version 
number. We just have to make sure that CFS writer starts new inner files 
aligned to 8 bytes. That should be easy to implement.


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