>-----Original Message-----
>From: Plutarck [mailto:[EMAIL PROTECTED]]
>Sent: Monday, April 16, 2001 8:53 AM
>To: [EMAIL PROTECTED]
>Subject: Re: Re[2]: [PHP-WIN] MySql pconnect
>
>
>As expressed in the article, the question is what the database 
>was designed to actually "do".

Well. Dear Plutark. The author are talking about a design of an INSTANCE
in the database in this case, not about the RDBMS it self - which I were
talking about. 

>MySQL creates quick connections, responds to SELECT statements as fast as
>anything can, has a small footprint, and does not require any special fees
>to use it. And yes, it's open source. For the vast majority of web sites,
>MySQL is an absolutely perfect fit.

I have hard to see how this speed issues could be related to the
fact that MySQL does not provides you with stored procedures? 

In what way do you suggest to say that a SELECT statment or an allocation
of a connection would be slower just because the RDBMS provides you with
stored procedures? Please explain...

>But if you are a bank or running a real-time game that requires player data
>to be saved constantly, for instance, something like Oracle is what you'll
>need (for now).

You can use any RDBMS with sufficient functionality to do that "banking
thing".
It is "just" a matter of planning strategies for your design of your
database
system and the database schema of that database system.

>But most people just don't _need_ transactions. However, MySQL is planning
>to add support for such things in later versions. You have to keep in mind
>that MySQL is new compared to Oracle. It makes sense that it has a smaller
>amount of features.

Who did mention Oracle? I didn't.... My original statment was:

"MySQL is even a worse RDBM's than I thought"

Anyhow: If I want to run Formula-1, then I don't buy a Vas Lada, just
because 
most people don't want to run fast. Just because "most people just don't
_need_ transactions", doesn't implies that MySQL is a good RDBMS! And that's
my
point! MySQL is not a suitable RDBMS system in general, and from that point
I made my conclusion stated above.

>And on an unrelated issue, down with bloatware :)

Excuse an ignorant person, but I didn't get that one?

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to