Re: MySQL Performance

From: Thomas Eisenbarth (te_at_domecon.de)
Date: 08/02/05

  • Next message: Jay Banks: "Re: Welcome to the "freebsd-isp" mailing list"
    Date: Tue, 2 Aug 2005 20:27:28 +0200
    To: Troy Settle <troy@psknet.com>
    
    

    Hi there,

    On Tue, 02 Aug 2005 12:43:40 -0400
    Troy Settle <troy@psknet.com> wrote:

    > that time, I hope to have a dedicated MySQL server up and running,
    > though I'm not sure I'll want to run my mail server off a remote
    > database.

    Well, you definitively don't want to run a webserver, a mta and the
    database on a host having such a load. ;-)
    I always try to avoid situation where a service
    depends on a single-point-of-failure-service like mysql.
    Don't understand me wrong, mysql is stable for most of the time, but if
    you want to offer reliable high availability e-mail you at least need a
    mysql-cluster. (and please remember that maybe ldap fits your meets
    much better ;-))
    The next question is if you have mailbox/account-
    checking on your mta at smtp-session to (try to) avoid spam and if you
    want to have a secondary mail exchange. (which then needs access to you
    mysql oder ldap-service)
    As you can see, it's not a simple question.
    But as a good friend of mine always says: "If it would be easy, someone
    else would do it" ;-)

    Greetings from Germany

    -- 
    Thomas Eisenbarth, Donau-Ries Media-Consulting, DoMeCon
    web:   http://www.domecon.de   email:   info@domecon.de
    tel/fax:  0700 03 66 32 66
    _______________________________________________
    freebsd-isp@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-isp
    To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org"
    

  • Next message: Jay Banks: "Re: Welcome to the "freebsd-isp" mailing list"

    Relevant Pages

    • RE: FreeBSD 5.3 MySQL Performance
      ... versions of Linux and FreeBSD for most tests. ... > popular with the ATA disk drive manufacturers. ... > Many companies have used FreeBSD and MySQL for years and years. ... it is not often that you have such a small database and such a large ...
      (freebsd-questions)
    • ANN: Database Designer for MySQL version 1.6 is released
      ... The new version 1.6 of MicroOLAP Database Designer for MySQL has been ... The secure shell (SSH) tunneling is now implemented in Database ...
      (borland.public.delphi.thirdpartytools.general)
    • Re: PICK OPENDB provides connection in shopping cart startup
      ... we MIS folks are required to take on tasks that we don't ... developer, nor the database. ... Why do you need MySQL?. ... in size that KTP experienced, evolving to the current 90,000+ sq. ...
      (comp.databases.pick)
    • Re: Java and MySql program example ?
      ... > I am trying to learn Java and need an example program with MySql ... > MySql database. ... Database connection established ...
      (comp.lang.java.programmer)
    • Re: Creating Mysql DB with PHP
      ... >> userID and password for that MySQL server. ... > I am only going by what I have to do when setting up a new database. ...
      (alt.php)