Parallelize locode DB generation #309
Labels
No labels
P0
P1
P2
P3
badger
frostfs-adm
frostfs-cli
frostfs-ir
frostfs-lens
frostfs-node
good first issue
triage
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-node#309
Loading…
Reference in a new issue
No description provided.
Delete branch "fyrchik/frostfs-node:optimize-locode"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
cc6d85828d
toc6ef54761f
c6ef54761f
toc13d395029
c13d395029
toab2393577c
ab2393577c
toce4d6f88da
ce4d6f88da
tocbb9765ee1
@ -78,2 +79,2 @@
return table.IterateAll(func(tableRecord locode.Record) error {
if tableRecord.LOCODE.LocationCode() == "" {
var errG errgroup.Group
errG.SetLimit(128)
magic?
It was a wild guess. We cannot pick optimal value "for all", just pick a sane default. Added a comment.
cbb9765ee1
to1980631821
1980631821
toe74751d204