msfroh commented on issue #13868:
URL: https://github.com/apache/lucene/issues/13868#issuecomment-2414502715

   I've been thinking about this for a bit. In addition to an S3-based 
directory, I believe there could be some benefit from defining an S3 (or other 
object store) codec inspired by Parquet. 
   
   That is, the existing Lucene formats are "pure" column-stride (i.e. fields 
are contiguous). If we split things into "row groups", I believe we could 
reduce the need for random reads and prefetches. I've been thinking of giving 
that a try. It's complementary to the object store directory itself, so it can 
be worked on independently.


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