You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For fast processing code the decompression is the bottleneck. The avro format compresses blocks, right? So it should be possible to run concurrent decompressions such that more CPU cores can be used for decompression?
Uncompressing is by far the bottleneck in my pipeline, because of this single threadedness.
The text was updated successfully, but these errors were encountered:
For fast processing code the decompression is the bottleneck. The avro format compresses blocks, right? So it should be possible to run concurrent decompressions such that more CPU cores can be used for decompression?
Uncompressing is by far the bottleneck in my pipeline, because of this single threadedness.
The text was updated successfully, but these errors were encountered: