You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "jackye1995 (via GitHub)" <gi...@apache.org> on 2023/03/24 04:16:45 UTC

[GitHub] [iceberg] jackye1995 commented on pull request #7105: Spec: Add partition stats spec

jackye1995 commented on PR #7105:
URL: https://github.com/apache/iceberg/pull/7105#issuecomment-1482226297

   > We may end up supporting both copy-on-write (single output file) and merge-on-read (multiple output files) as it boils down to whether the user wants faster read time or writing time.
   
   This makes me feel if we should really use a storage for this. Technically it sound like we should use a key-value store for `(partition, spec-id) -> (statistics values)` instead of a file-based storage. 
   
   Maybe we should build an interface for it and just make storage a specific implementation, instead of saying it has to be backed by a file or multiple files, because it is has to be inefficient in read or write in that way. Just a thought.


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org