Skip to content

tickets/DM-55285 - rucio-register performance when file is already register with Rucio#26

Merged
srp3rd merged 1 commit into
mainfrom
tickets/DM-55285
Jul 6, 2026
Merged

tickets/DM-55285 - rucio-register performance when file is already register with Rucio#26
srp3rd merged 1 commit into
mainfrom
tickets/DM-55285

Conversation

@srp3rd

@srp3rd srp3rd commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

The performance of rucio-register when files are already registered with Rucio is quite slow. This was because the old method would throw an exception for an entire list of files, even if only one file in that list was registered, and required that the entire list be gone through one by one.

We now use a new method that ignores duplicate registrations, if the file already exists. This should speed things up considerably.

@srp3rd
srp3rd force-pushed the tickets/DM-55285 branch from 75a471b to 7e0060a Compare July 2, 2026 19:56
@srp3rd
srp3rd merged commit 540ff19 into main Jul 6, 2026
14 checks passed
@srp3rd
srp3rd deleted the tickets/DM-55285 branch July 6, 2026 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants