Re: Large databases, performance

Поиск
Список
Период
Сортировка
От Ron Johnson
Тема Re: Large databases, performance
Дата
Msg-id 1033666730.28946.64.camel@haggis
обсуждение исходный текст
Ответ на Re: Large databases, performance  ("Shridhar Daithankar" <shridhar_daithankar@persistent.co.in>)
Список pgsql-performance
On Thu, 2002-10-03 at 11:17, Shridhar Daithankar wrote:
> On 3 Oct 2002 at 11:57, Robert Treat wrote:
>
[snip]
> > I'm curious, did you happen to run the select tests while also running
> > the insert tests? IIRC the older mysql versions have to lock the table
> > when doing the insert, so select performance goes in the dumper in that
> > scenario, perhaps that's not an issue with 3.23.52?
>
> IMO even if it locks tables that shouldn't affect select performance. It would
> be fun to watch when we insert multiple chunks of data and fire queries
> concurrently. I would be surprised if mysql starts slowing down..

What kind of lock?  Shared lock or exclusive lock?  If SELECT
performance tanked when doing simultaneous INSERTs, then maybe there
were exclusive table locks.

--
+------------------------------------------------------------+
| Ron Johnson, Jr.     mailto:ron.l.johnson@cox.net          |
| Jefferson, LA  USA   http://members.cox.net/ron.l.johnson  |
|                                                            |
| "What other evidence do you have that they are terrorists, |
|  other than that they trained in these camps?"             |
|   17-Sep-2002 Katie Couric to an FBI agent regarding the 5 |
|   men arrested near Buffalo NY                             |
+------------------------------------------------------------+


В списке pgsql-performance по дате отправления:

Предыдущее
От: Hans-Jürgen Schönig
Дата:
Сообщение: unsubscribe
Следующее
От: Ron Johnson
Дата:
Сообщение: Re: [HACKERS] Large databases, performance