Re: Concurrent testing PostgreSQL Vs MySQL - Mailing list pgsql-general

From Shridhar Daithankar
Subject Re: Concurrent testing PostgreSQL Vs MySQL
Date
Msg-id 3FBE056B.6060101@myrealbox.com
Whole thread Raw
In response to Re: Concurrent testing PostgreSQL Vs MySQL  ("Durai" <visolve_postgres@lycos.co.uk>)
List pgsql-general
Durai wrote:

> Hello Sridhar,
>
>                     Now, It works. Thanks lot.
>
> But Still I have doubt:
>
> 1. How MySQL works in this case? It has any default "autocommit"?

Depends. What version of mysql you are using? If you are using mysql 3.x and/or
non-innodb tables, you don't have transactions in first place. Mysql does not
need autocommit in earlier version because it does not have transactions in
first place.

> 2. Is there any other method to test for "concurrent testing"?

Against mysql? I doubt. You can try scaling number of concurrent connections and
  number of rows in database. Furthermore don't do bulk update but do selective
random updates. And verify the results in your php section.


  Shridhar


pgsql-general by date:

Previous
From: "Jason Tesser"
Date:
Subject: linking postgre to AD
Next
From: Shridhar Daithankar
Date:
Subject: Re: Modelling Oracle Sequences