Skip to content

Multiple enumeration while serializing #556

Answered by aloneguid
raminrahimzada asked this question in Q&A
Discussion options

You must be logged in to vote

This is by design. Each property will incur full collection enumeration. It's a consequence of parquet being columnar format, so to fill one column we need to enumerate it.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by aloneguid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #552 on September 30, 2024 13:40.