Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: oracle - mysql comparison

Re: oracle - mysql comparison

From: Jim Kennedy <kennedy-downwithspammersfamily_at_attbi.net>
Date: Sat, 17 Jul 2004 02:15:36 GMT
Message-ID: <cZ%Jc.94793$a24.93839@attbi_s03>

"Daniel Morgan" <damorgan_at_x.washington.edu> wrote in message news:1090027361.387590_at_yasure...
>
>
> michael newport wrote:
>
> > Jon,
> >
> > check out www.ca.com for Ingres, its the same strength as Oracle but
> > will shortly be OpenSource.
> >
> > Regards
> > Michael Newport
>
> And by 'strength' you mean?
>
> Daniel Morgan
>

I think he means it is good at locking. It has a strong locking mechanism. Last time I used Ingress (quite a few years ago) an insert into a table would lock the whole table! Why? It had page level locks and inserting a record into a table with a primary key locks the entire index which means only 1 person at a time could insert records. You had to commit to release the locks. So don't have long running transactions. Leads to bad programming practices; developers putting the system into autocommit mode. (yeach)
Jim Received on Fri Jul 16 2004 - 21:15:36 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US