Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!news.bbnplanet.com!cpk-news-hub1.bbnplanet.com!news.sprintlink.net!news-peer.sprintlink.net!cs.utexas.edu!uwm.edu!vixen.cso.uiuc.edu!news.indiana.edu!news From: jfieber@indiana.edu (John Fieber) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Databases that runs on FreeBSD Date: 25 Jan 1997 03:28:51 GMT Organization: Indiana University, Bloomington Lines: 15 Sender: jfieber@fallout.campusview.indiana.edu Message-ID: <5cbulj$jjv@dismay.ucs.indiana.edu> References: <5bltbc$r8t@kodak.rdcs.kodak.com> <5c150q$7nn@uriah.heep.sax.de> <5c1q01$koh@nova.dimensional.com> <01bc07e0$3e2f7ea0$1000000a@inetgw.aristar.com> NNTP-Posting-Host: fallout.campusview.indiana.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Newsreader: knews 0.9.8 Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:34498 In article <01bc07e0$3e2f7ea0$1000000a@inetgw.aristar.com>, "Windows Development System" <mgessner@aristar.com> writes: > Also, mSQL is available (http://hughes.com.au). It's faster than postgres > (check their FAQ, etc) Whether it is faster depends a lot on your application. Postgres has a high startup overhead so it isn't too good for CGI stuff unless you wire it directly into your server (I think there is an apache module to do this). On the other hand, if your queries get complex or your tables get large (I've got tables over 1 million tuples) mSQL's performance suffers badly. mSQL is being actively developed so this could, of course, change. :) -john