rmuir commented on PR #11860:
URL: https://github.com/apache/lucene/pull/11860#issuecomment-1315280529

   I think i mean at a higher level, think about what we (and IR community) has 
learned over the years with postings, and try to apply it to these vectors.
   
   Means not just integer compression but also:
   * sequential i/o, page-cache friendly behavior
   * efficient merging (to support large datasets and incremental indexing)
   * speed!!!! i don't care about some in-memory recall measure when its this 
slow
   
   It seems to me like we dropped everything we know and "started over" from 
scratch and now are in a pickle.


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

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

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