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

IO operations optimization #67

Open
2 tasks
caviri opened this issue Apr 8, 2024 · 0 comments
Open
2 tasks

IO operations optimization #67

caviri opened this issue Apr 8, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@caviri
Copy link
Contributor

caviri commented Apr 8, 2024

Context
The operations related to compression and uncompression after every step of the execution takes a considerable amount of time. This is done mainly for two reasons a) in order to upload a single object into Minio and b) reduce the amount of bytes transferred.

This is inconvenient, specially when developing and testing execution with components running on ephemeral mode.

Proposed solutions

  • In production: Enhance the compression performance.
  • In dev: Allow overpassing of Minio. Assuming a pipeline of A -> B uploading and copy output's files of A directly into input's folder of B.

Related repositories

  • odtp-components-client.

Acceptance criteria

  • Implement copy of files from output input for debugging.
  • Increase the performance of compression/uncompression tasks.
@caviri caviri added enhancement New feature or request good first issue Good for newcomers and removed good first issue Good for newcomers labels Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant