| От | Shridhar Daithankar |
|---|---|
| Тема | Re: Concurrent testing PostgreSQL Vs MySQL |
| Дата | |
| Msg-id | 3FBE056B.6060101@myrealbox.com обсуждение исходный текст |
| Ответ на | Re: Concurrent testing PostgreSQL Vs MySQL ("Durai" <visolve_postgres@lycos.co.uk>) |
| Список | 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 по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера