Hi All,
In slapd.conf have these indexes
index objectClass eq
index msisdn eq
index entryCSN,entryUUID eq
When I run the same slapd.conf under MDB I can see 2 files
data.mdb and lock.mdb
When I run the same slapd.conf under BDB (HDB) I can see files on which the index is created
entryCSN.bdb id2entry.bdb objectClass.bdb dn2id.bdb entryUUID.bdb msisdn.bdb alock
So does this means MDB does not do indexing if I am not wrong??