Tell me more ×
Database Administrators Stack Exchange is a question and answer site for database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.

For my job I work on a JavaEE application with PostgreSQL as the database. Although we have a sysadmin for our productions servers, who also manages our database servers, we have no full-time DBA which makes me wonder if there are any. I would imagine any full-time dedicated DBA would work exclusively with Oracle database. Am I overlooking something or am I correct in assuming that there are no dedicated Postgres DBA's?

PS: I'm just asking this out of sheer curiosity.

PPS: I wanted to tag this question with DBA but apparently that would be a new tag. Could someone make this for me?

share|improve this question

5 Answers

up vote 7 down vote accepted

Judging from the activity on the PostgreSQL jobs mailing list I'd say it's not all that uncommon to find full-time PostgreSQL DBAs.

http://www.google.com/search?q=full+time+site:postgresql.org/pgsql-jobs

share|improve this answer
Thanks! I honestly had no idea, I figured any application of sufficient size would be an Oracle or other named brand. – rbottel Jan 11 '11 at 10:06

Sure there are. Of course in many cases, you don't need a full time DBA for PostgreSQL, but on the other hand, places like Skype, myYearbook.com, and Afilias have teams of full-time PostgreSQL DBAs.

share|improve this answer

We shouldn't forget to mention Yahoo! With a search engine and web portal of that size, we can only make rough estimates on the size of their PostgreSQL DBA teams..

share|improve this answer
I was not aware that Yahoo used PostgreSQL ... can you provide any proof of that? – jcolebrand Feb 5 '11 at 19:34
Sorry for the lack of any links... Here is a link. Here is another link with a little more details. And here is a third link. It's a heavily modified, custom version though. – uygar.raf Feb 5 '11 at 21:59

Yes there are, and the numbers may be on the rise. In the last 3 months of this year, I have been contacted by 3 local companies looking for full time PostgreSQL professionals, in an area typically dominated by MSSQL and Oracle (SE United States). I took one of them, and now work mostly with PostgreSQL after working with SQL Server for 12+ years.

I would imagine any full-time dedicated DBA would work exclusively with Oracle database.

There are dedicated database administrators for all major platforms; it is not a role exclusive to Oracle.

share|improve this answer

PG dbas are rare and hard to find. What does not make matters easier is that the going salaries can range from better than Oracle or SQL DBAs at companies that require PG for their most critical applications, and experienced difficulties finding the appropriate personnel. Others seem to try to hire on the cheap not making it worthwile for DBAs to stay or switch to PG.

PG is believed to be easy to manage, and developers or sysadmins get stuck with the admin duties. It's usually only when these database suffer severe issues, or the need for HA, D/R, replication etc... comes in that a DBA is sought.

share|improve this answer

protected by jcolebrand Sep 17 '12 at 22:11

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.