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

Re: (ITS#8141) Weird info returned by mdb_stat



elecharny@apache.org wrote:
> Full_Name: Emmanuel Lecharny
> Version: 2.4.38
> OS:
> URL: ftp://ftp.openldap.org/incoming/
> Submission from: (NULL) (92.163.84.201)
>
>
> When running mdb_stat on some existing database, we get some results like :
>
> Status of className
>    Tree depth: 1
>    Branch pages: 0
>    Leaf pages: 1
>    Overflow pages: 0
>    Entries: 72899
>
> I wonder how possibly we could have 72 899 entries stored into one single 4kb
> page.

You're looking at an index DB which uses sorted duplicates. The space used by 
the duplicates is in a subtree and the stats for that subtree aren't available.

-- 
   -- Howard Chu
   CTO, Symas Corp.           http://www.symas.com
   Director, Highland Sun     http://highlandsun.com/hyc/
   Chief Architect, OpenLDAP  http://www.openldap.org/project/