79355706

Date: 2025-01-14 16:43:22
Score: 1.5
Natty:
Report link

When writing to Azure Blob Storage it was buffering data first. By default it uses disc to do so. I had to add following configuration:

fs.azure.data.blocks.buffer: bytebuffer

It should improve efficiency, however, it may be risky due to memory limitations.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Starts with a question (0.5): When
  • Low reputation (0.5):
Posted by: DamDev