#48 [RFE] Artifacts already parsed
Closed: Invalid Opened by mhatina.

Is it possible to split artifacts nevra into individual values? Example name:0-1-1.x86_64 into something like:

name: name, 
epoch: 0,
version: 1,
release: 1, 
arch: x86_64

Dnf wouldn't have to parse and validate it each time module command runs and dnf would save a lot of time.


:thumbsdown:

  • It increases size of metadata
  • DNF doesn't have to parse / validate, splitting string is damn fast + you can add hashtable to map strings to packages.

So I'm all against this.

I could agree on adding pkgid instead of NEVRA so lookups will be way faster, but definitely not splitting metadata of NEVRA.

This is how we do it for filelists and I think this is the right approach.

Agreed with the above. -1.

Metadata Update from @psabata:
- Issue close_status updated to: Invalid
- Issue status updated to: Closed (was: Open)

Metadata