#4965 speed up group-find and group-show performance
Closed: Fixed None Opened 9 years ago by pvoborni.

Umbrella ticket for speeding up group-find and group-show operations.

Currently identified issues:

  • slow indirect member processing: #4947
  • slow convert_attribute_members, because of:
    • slow DN processing
    • inefficient LDAPEntry._sync_attr #4946

Patch 809 and 811(faster DNs) sent for review.

Faster DN implementation:

master:

  • 11bd9d9 performance: faster DN implementation

master:

  • e4930b3 speed up convert_attribute_members

web ui was also speeded up. But the patches in comment 4 and 5 should be enough to close this ticket. With DN performance improvements and changes in convert_attribute_members, #4946 is no longer required.

master:

  • 68f0464 jQuery.ordered_map: faster creation
  • 60997b5 jQuery.ordered_map: remove map attribute

Metadata Update from @pvoborni:
- Issue assigned to pvoborni
- Issue set to the milestone: FreeIPA 4.2

7 years ago

Login to comment on this ticket.

Metadata