What database system do you use?
Submitted by tonyfreeman on Sat 24 Apr 2010
| PostgreSQL |
![]() 26% | 507 votes |
| MySQL |
![]() 59% | 1131 votes |
| MariaDB |
![]() 0% | 18 votes |
| Oracle |
![]() 5% | 100 votes |
| None |
![]() 3% | 59 votes |
| Other |
![]() 3% | 72 votes |
| Total 1893 votes |
[ Parent ]
This has been asked before, here are the previous surveys for comparison:
- What database do you use on Debian?
- Which database is the most user friendly?
- What is your favorite database?
--
"It's Not Magic, It's Work"
Adam
[ Parent ]
All sorts...
At work our SAP ECC06 system runs on IBM DB2 on AIX. I've used SQLite in various Perl projects (work and home) and for storing stuff on my desktop system. My Squeeze Debian systems all want MySQL installed even though I didn't ask for it.
--
"It's Not Magic, It's Work"
Adam
[ Parent ]
[ Parent ]
[ Parent ]
[ Parent ]
[ Parent ]
Finally MySQL is becoming enterprise ready.
QatQat
[ Parent ]
[ Parent ]
MySQL on the other hand is very easy to install as well as to understand and work upon :)
[ Parent ]
? Not sure I agree. This is how I install mysql on Debian:
`apt-get install mysql-server`
and this, surprisingly, is how I install postgres. Again, on Debian:
`apt-get install postgresql`
So, if anything, it's simpler to install postgresql, because you don't even need to remember to add the extra "-server" bit to the package name.
Cheers:wq
[ Parent ]
But I thought I'd throw in that there is a project to port MySQL to the AS400 (iseries). This port uses the built-in AS400 database, which is DB2, as a storage platform for MySQL, but gives you the MySQL client.
The database purist might be horrified to consider using MySQL on a system that already has DB2, but the gain is of course compatibility with software that is built with MySQL. It makes it very easy to port MySQL-based software to the AS400, which is already running Apache by default, and can also run perl and PHP.
[ Parent ]
Try postgreSQL and see the difference - postgreSQL is truly a database system.
[ Parent ]

26%