Re: [ldap] Implementation Suggestions

2006-01-20 Thread Quanah Gibson-Mount
--On Friday, January 20, 2006 2:43 PM -0500 matthew sporleder [EMAIL PROTECTED] wrote: 1. Separate directory from account data . . . perhaps using refers of some sort to make it look like they're all one server/service. Directory stuff is by far the most intensely searched, updated, and

RE: [ldap] Implementation Suggestions

2006-01-20 Thread Spicer, Kevin
I'm no expert, but I do run on Solaris (9), a couple of things I can think of... It may be worth adding the noatime flag to the filesystems that hold data and (bdb) logs. You are indexing a lot of attributes, do you need that many (are they based on what queries you are actually getting or those

Re: [ldap] Implementation Suggestions

2006-01-20 Thread Igor Brezac
On Fri, 20 Jan 2006, Quanah Gibson-Mount wrote: --On Friday, January 20, 2006 2:43 PM -0500 matthew sporleder [EMAIL PROTECTED] wrote: 1. Separate directory from account data . . . perhaps using refers of some sort to make it look like they're all one server/service. Directory stuff is

RE: [ldap] Implementation Suggestions

2006-01-20 Thread Quanah Gibson-Mount
--On Friday, January 20, 2006 8:14 PM + Spicer, Kevin [EMAIL PROTECTED] wrote: You have enough memory for 1.25 Gb of bdb cache? You don't post your machine spec so its difficult to say if that is sane, but make sure its not using lots of swap. I note that your bdb logs are on the same

Re: [ldap] Implementation Suggestions

2006-01-20 Thread Daniel Henninger
1. Separate directory from account data . . . perhaps using refers of some sort to make it look like they're all one server/service. Directory stuff is by far the most intensely searched, updated, and involves unusual queries instead of a simple give me this one entry, thanks. Splitting up

RE: [ldap] Implementation Suggestions

2006-01-20 Thread Spicer, Kevin
From: Daniel Henninger [mailto:[EMAIL PROTECTED] It may be worth adding the noatime flag to the filesystems that hold data and (bdb) logs. You are indexing a lot of attributes, do you need No atime? That's interesting. I've never heard of that, what does that do? From mount_ufs(1M)

Re: [ldap] Implementation Suggestions

2006-01-20 Thread Igor Brezac
On Fri, 20 Jan 2006, Quanah Gibson-Mount wrote: --On Friday, January 20, 2006 3:34 PM -0500 Igor Brezac [EMAIL PROTECTED] wrote: Have you tried new sparc processors (T[12]000 line)? I'd be curious to see they compare against the top x86 processors. Not at this time. I'm not sure if

RE: [ldap] Implementation Suggestions

2006-01-20 Thread Igor Brezac
On Fri, 20 Jan 2006, Spicer, Kevin wrote: From: Daniel Henninger [mailto:[EMAIL PROTECTED] It may be worth adding the noatime flag to the filesystems that hold data and (bdb) logs. You are indexing a lot of attributes, do you need No atime? That's interesting. I've never heard of that,

Re: [ldap] Implementation Suggestions

2006-01-20 Thread Quanah Gibson-Mount
--On Friday, January 20, 2006 4:21 PM -0500 Igor Brezac [EMAIL PROTECTED] wrote: On Fri, 20 Jan 2006, Quanah Gibson-Mount wrote: --On Friday, January 20, 2006 3:34 PM -0500 Igor Brezac [EMAIL PROTECTED] wrote: Have you tried new sparc processors (T[12]000 line)? I'd be curious to

RE: [ldap] Implementation Suggestions

2006-01-20 Thread Eric Irrgang
On Fri, 20 Jan 2006, Spicer, Kevin wrote: You have enough memory for 1.25 Gb of bdb cache? You don't post your I should hope so, they have 2.5 Gb of ram each. Good good, but keep an eye out for excessive swapping, just in case. In my experience with OL on Solaris 9, the moment you have to