I suspected enum map but it does only this:
Insert chunk into postgres (let’s say ~1000 items with subresources)
returns struct %ChunkRepory{success: 700, failed: 300}
map is aggregated later to sum of those maps,
I suspected enum map but it does only this:
Insert chunk into postgres (let’s say ~1000 items with subresources)
returns struct %ChunkRepory{success: 700, failed: 300}
map is aggregated later to sum of those maps,