Re: Large databases, performance - Mailing list pgsql-performance

From Ron Johnson
Subject Re: Large databases, performance
Date
Msg-id 1033666730.28946.64.camel@haggis
Whole thread Raw
In response to Re: Large databases, performance  ("Shridhar Daithankar" <shridhar_daithankar@persistent.co.in>)
List 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 by date:

Previous
From: Hans-Jürgen Schönig
Date:
Subject: unsubscribe
Next
From: Ron Johnson
Date:
Subject: Re: [HACKERS] Large databases, performance