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

Re: slapadd, 1 million entries, some NEW numbers



You might try and just use slapadd. it only takes around 2 hours to add
400k entries including indexing (minimal indexing) with a scsi mirror, and
a P 2.4Ghz box and you might be able to take advantage of some threading
since I would guess you are waiting mainly on IO.


--------------------------------------
  Sean O'Malley, Information Technologist
  Michigan State University
-------------------------------------

On Tue, 27 May 2003, Andreas wrote:

> On Tue, May 27, 2003 at 10:40:26AM -0300, Andreas wrote:
> > # time slapadd -l saida.ldif
> > real    233m3.877s
> > user    7m51.880s
> > sys     1m11.710s
>
> Same ldif (about 1 million entries), but another machine (and using openldap-2.1.20 now,
> same slapd.conf than with the other machine):
> # time slapadd -l saida.ldif
>
> real    148m49.360s
> user    7m54.460s
> sys     1m54.810s
>
> This machine is a dual P4 HT 2.4GHz (i.e., 4 "cpus") with two SCSI disks
> on an aic7xxx controller. Transaction logs are on one disk, the database
> is on another. This is as high end as I can get.
>