On Fri, 20 May 2005, Neil Youngman wrote: > There's a thread in the archive about LDAP performance vs lsearch. > Someone stated that lsearch was really slow. > > I'm interested in how true that is. Has anyone got any actual data on > the speed of lsearch lookups?
If the file is small then lsearch should be fine. We use cdb for large tables, which we build from lsearch files using a Perl script. (The cdbmake-12 awk script that comes with the cdb utils is too shoddy.) Tony. -- <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> http://dotat.at/ ${sg{\N${sg{\ N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\ \N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}} -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
