[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: More stranges in database...



Quoting "Kurt D. Zeilenga" <Kurt@OpenLDAP.org>:

> At 09:33 PM 5/22/00 +0200, Turbo Fredriksson wrote:
> >I must be doing something really weird with my databases. I administer
> >two machines, our production server and my private machine. The previous
> >problems where with a to big (!?!) database on my private machine. This
> >time it's the production machine!!!
> >
> >I can't search with wild cards any more!!!
> >
> >Any idea what can cause this?
> >
> >----- s n i p -----
> >[donald.pts/3]$ ldapsearch uid=turbo dn
> >uid=turbo,ou=Users,o=Air2Net,c=SE
> >[donald.pts/3]$ ldapsearch 'uid=t*' dn
> >[donald.pts/3]$ ldapsearch 'uid=t.*' dn
> >[donald.pts/3]$ 
> >----- s n i p -----
> 
> Assuming the entry has an attribute uid with a value that starts
> with a t, the second search should have returned the entry.
> Given that it didn't, I assume your indices are hosed.  Use
> ldbmindex to regenerate.

Oki, thanx. That worked...

Btw, I've heard rumours that the SleepyCat DB (2.7.7) where supposed
to be faster than gdbm... The simple tests I made, don't show any 
significant performance differences... ?