Re: MAX vs plain vanilla mysql

2002-07-03 Thread Heikki Tuuri
Petre, - Original Message - From: "Petre Agenbag" <[EMAIL PROTECTED]> Newsgroups: mailing.database.mysql Sent: Wednesday, July 03, 2002 9:01 AM Subject: Re: MAX vs plain vanilla mysql > Thanks, > > So, just to be 100% sure, the BEST to do is to install max, as

Re: MAX vs plain vanilla mysql

2002-07-02 Thread Petre Agenbag
Thanks, So, just to be 100% sure, the BEST to do is to install max, as I can't see any reason why NOT to...? No performance issues when used as a plain vanilla model, no stability and no security issues either, only "down" side to it is that it is a tad bit larger ? PS, Oh, and why do I alway

Re: MAX vs plain vanilla mysql

2002-07-02 Thread Paul DuBois
At 19:31 +0200 7/2/02, Petre Agenbag wrote: >Thanks, >So, if you install MySQL MAX, you can use either myisam OR innodb / >bdb tables, ie, if I install ONE mysql max server, then different >users on the server can use different types of tables(innodb/myisam) >as they choose?, also, if you creat

Re: MAX vs plain vanilla mysql

2002-07-02 Thread Petre Agenbag
Thanks, So, if you install MySQL MAX, you can use either myisam OR innodb / bdb tables, ie, if I install ONE mysql max server, then different users on the server can use different types of tables(innodb/myisam) as they choose?, also, if you create one db, can you have different types of tables

Re: MAX vs plain vanilla mysql

2002-07-02 Thread Heikki Tuuri
Hi! I have to correct: if you put [mysqld] skip-innodb skip-bdb to your my.cnf, then -Max uses only about 1.5 MB more memory than plain MySQL, because of a larger executable. MyISAM tables in -Max are as reliable as in plain MySQL. It is the same source code. Best regards, Heikki Innobase Oy

Re: MAX vs plain vanilla mysql

2002-07-02 Thread Egor Egorov
Petre, Monday, July 01, 2002, 9:26:49 AM, you wrote: PA> Probably a stupid question, but which is best to have on ones server, PA> the "old" mysql, or max. I.O.W, if you install MAX and never use innodb PA> or berkeley tables, will it be equivalent to a normal mysql installation PA> wrt perform

MAX vs plain vanilla mysql

2002-06-30 Thread Petre Agenbag
Hi Probably a stupid question, but which is best to have on ones server, the "old" mysql, or max. I.O.W, if you install MAX and never use innodb or berkeley tables, will it be equivalent to a normal mysql installation wrt performance and stability? I'm asking from an ISP's point of view, if tha