What is your favorite database?
Submitted by amadis on Fri 31 Mar 2006
| MySQL |
![]() 50% | 468 votes |
| PostgreSQL |
![]() 29% | 276 votes |
| Oracle |
![]() 4% | 40 votes |
| SQLite |
![]() 2% | 25 votes |
| dbm/gdbm |
![]() 0% | 1 vote |
| plain text |
![]() 4% | 43 votes |
| other |
![]() 2% | 21 votes |
| I do not use database! |
![]() 5% | 47 votes |
| Total 921 votes |
[ Parent ]
[ Send Message | View Steve's Scratchpad | View Weblogs ]
Polls are currently limited to eight options so I cannot.
Still "other" + comment is sufficient ...
[ Parent ]
[ Parent ]
[ Parent ]
[ Parent ]
as with many other software choices, Oracle's prevalence has a lot more to do with successful marketing strategies rather than actual in-the-field performance.
and given the outrageous prices they charge, i am amazed that the Oracle folks still have the gall to release pathetic garbage like the "SQL Plus" interface to the general public.
[ Parent ]
[ Parent ]
One of the reasons I like it so much is that the commandline client is so jam packed with help and hints. The MySQL client is also pretty good, and I do miss "SHOW CREATE ... " although psql's "\d ... " is pretty close.
I've been meaning to get around to trying out Oracle's free "Express" release (and maybe IBM's new "Express" DB2UDB effort), as it's still a frequent requirement in job adverts.
Now all I need to do is play with slony...
Laters.
[ Parent ]
[ Parent ]
"I never let schooling interfere with my education" --Mark Twain
[ Parent ]
For my own stuff I don't use DBs much so I tend to use SQLite via Perl/DBI when I need a DB, becauss it's easy. I can't say I have a real favourite.
--
"It's Not Magic, It's Work"
Adam
[ Parent ]
http://www.postgresql.org/docs/current/interactive/plperl.html
I voted MySQL, but I suspect I'm going PostgreSQL in the next couple of months :)
Cheers
Nico
===============================================
=== http://4j.blogspot.com/ ===
=== http://sourceforge.net/projects/lampas/ ===
===============================================
Joh 3:36
[ Parent ]
If the load is low, writes infrequent, and the application is more of an embedded nature, then I use SQLite.
Oracle... generally sucks.
g?dbm is occasionally handy, but I've found SQLite to be more friendly.
I hate to call "plain text" flatfiles databases, but I do use them from time to time when I can't justify SQLite or the overhead of a client-server RDBMS.
All this just to say that I don't have a favorite.
[ Parent ]
-
A programmer is just a tool which converts coca cola into code.
[ Parent ]
Recently though, I've found myself using SQLite more and more. In the sort of work I'm being asked to do nothing fits the bill better. This is currently mostly web applications installed on a single server with limited data sets. It's real-world performance is just fantastic and there is absolutely no admisistration overheads. That's a pretty big deal when you are looking after hundreds of databases.
There are caveats of course -- by design it fills a different niche than the MySQL or PosgreSQL. If I ever get a big money/big traffic client (fingers crossed :-) I'll go for a optimised PostgreSQL server on it's own machine. Until that happens, SQLite makes dealing with all the small fry a breeze!
[ Parent ]
dbm/gdbm is still at zero votes. Can't same I blame anyone :)
-MrFusion
[ Parent ]
[ Parent ]

50%