Project

General

Profile

« Previous | Next » 

Revision 6de94a2c

Added by Partha Aji almost 6 years ago

Fixes #23604 - Speed up manifest import perf

This commit intends to speed up the performance of the manifest import
by cutting down unnecessary operations during the Pool indexing stage.

Before
timer { Katello::Pool.find(446).import_data }
=> 12.708098227

After

timer { Katello::Pool.find(446).import_data }

=> 0.029546651

  • added
  • modified
  • copied
  • renamed
  • deleted