Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SYSTEMDS-???] Frame text and csv write without meta #1975

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Baunsgaard
Copy link
Contributor

This commit removes the #meta part of the writing and reading csv files for frames. This change removes the branching of reading every line of csv files that improve the I/O time. It was not an issue before, because the IO was significantly slower, but now with the disk speed on high Raid 0 or fast nvme ssds it matters.

This commit removes the #meta part of the writing and reading
csv files for frames. This change removes the branching of reading
every line of csv files that improve the I/O time. It was not an
issue before, because the IO was significantly slower, but now
with the disk speed on high Raid 0 or fast nvme ssds it matters.
@Baunsgaard
Copy link
Contributor Author

@mboehm7

The CSV readers contain code to manage a '#META' tag this slows down the reading, and I wanted to remove it in this PR.
The spark instructions also handle these in some cases and i removed those as well.
I think i have misunderstood the use of these, can you maybe elaborate on the use of the meta tag?

@j143 j143 added this to the next-release milestone Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
2 participants