feat: optimize archive reading

Instead of trying to load every database and look for files, this commit
introduces the optimization in which, the service loads packages first,
groups them by database and load files later.

In some cases it significantly descreases times for loading files
This commit is contained in:
2024-08-14 14:45:01 +03:00
parent f7f76c4119
commit dbfb460557
5 changed files with 92 additions and 80 deletions