Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: •Re: Re: Database File Advice

by chromatic (Archbishop)
on Jan 13, 2004 at 21:14 UTC ( [id://321112]=note: print w/replies, xml ) Need Help??


in reply to •Re: Re: Database File Advice
in thread Database File Advice

You know, that same site has PostgreSQL gotchas too.

If someone said "Perl is soooo 90s, use Python instead", you'd likely object. Rightfully so — I would too.

There are good reasons to use either database (and I've used both on different projects), but "it's soooo 90's" is not one of them. People who ask "which database should I use?" deserve better answers.

Replies are listed 'Best First'.
Re: Re: Re: Re: Database File Advice
by astaines (Curate) on Jan 13, 2004 at 23:12 UTC

    In fairness to both of you, while chromatic is correct, and there is a PostgreSQL gotchas, it only has two entries, while the MySQL gotchas is a lot longer.

    MySQL is highly optimised for data retrieval, and is often the best choice for write-once read-many databases. This is what I ususally have, so I use it a lot. It is not necessarily the best choice for other situations. However, if you know it well, it is quite well-behaved.

    PostgreSQL is closer to something like Oracle in functionality, but that assumes that Oracle is what you want. Sometimes you do, but quite often you don't.

    There's a nice discussion from Philo Vivero has an interesting (and similar) perspective.

    --

    Anthony Staines

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://321112]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-24 14:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found