#3020 automountkey is not indexed
Closed: Fixed None Opened 11 years ago by rcritten.

The automountkey attribute is not indexed and affects performance when adding new key entries.

An update would look something like:

dn: cn=automountkey,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config
default:cn: automountkey
default:ObjectClass: top
default:ObjectClass: nsIndex
default:nsSystemIndex: false
default:nsIndexType: eq

Here are a couple more unindexed attributes that popped up after I ran the unit tests and analyzed the logs:

  • automountmapname
  • automountinformation
  • managedby
  • serverhostname

Several automember attributes also popped up but I'm not sure if indexing them is worth the overhead.

description is used in some IPA queries but nothing operationally that I can see.

Searching for permissions looks unindexed but again, we'd want to consider bang vs buck.

Discovered when analyzing logconv.pl output.

Generated with:

logconv.pl -ula /var/log/dirsrv/slapd-EXAMPLE-COM/access

master: [[br]]
941d1e8[[br]]
0e432d3

ipa-3-0:[[br]]
20f1820[[br]]
1f60d17

Metadata Update from @rcritten:
- Issue assigned to mkosek
- Issue set to the milestone: FreeIPA 3.0 RC2

7 years ago

Login to comment on this ticket.

Metadata