Re: If you were inventing CoBOL...
From: Richard (riplin_at_Azonic.co.nz)
Date: 09/06/04
- Next message: Gerry Kroll: "Re: Revisiting an Old Prejudice: READ INTO/WRITE FROM"
- Previous message: Clark F. Morris, Jr.: "Re: If you were inventing CoBOL..."
- In reply to: Robert Wagner: "Re: If you were inventing CoBOL..."
- Next in thread: Robert Wagner: "Re: If you were inventing CoBOL..."
- Reply: Robert Wagner: "Re: If you were inventing CoBOL..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 5 Sep 2004 19:13:38 -0700
Robert Wagner <robert@wagner.net.yourmammaharvests> wrote
> >'Pico? Too delicate for vi, are we... why not go all out, then, and just
> >use a Mac?'
>
> Macs are for aging hippies.
These days Macs run Unix - a BSD variety.
> DB2 has good performance, but administration frustrates even seasoned
> DBAs. Changes seldom work right the first time. For ease of
> maintenance, I'd rank databases from best to worst:
>
> Informix
> SQLServer/Sybase
> Oracle
> DB2/UDB
You had made a comment that you had not seen db admin done from
programs. I couldn't see why this was not so. Then I found one
reason:
In PostgreSQL admin functions are transactional. For example a
program can add a field to a table and then populate that field as one
transaction and then commit. Other accesses to that table will only
see the added fields after the commit and so can continue to access,
but may notice that the rows are locked.
There is no need, as there seems to be in Oracle, of taking down the
db for this admin, so it can safely be put in a db check funtion in
the program.
> For performance:
>
> Informix
> DB2/UDB
> Oracle
> SQLServer/Sybase
For read only performance, such as driving web sites, nothing beats
MySQL.
OTOH, it's not much chop at update performance.
- Next message: Gerry Kroll: "Re: Revisiting an Old Prejudice: READ INTO/WRITE FROM"
- Previous message: Clark F. Morris, Jr.: "Re: If you were inventing CoBOL..."
- In reply to: Robert Wagner: "Re: If you were inventing CoBOL..."
- Next in thread: Robert Wagner: "Re: If you were inventing CoBOL..."
- Reply: Robert Wagner: "Re: If you were inventing CoBOL..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|