Interview with the PostgreSQL Team

PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS), derived from the Berkeley Postgres database management system. “PostgreSQL is one of the best-managed open source projects out there” a friend-in-the-know told me about 2 years ago, so today we feature a mini-interview with five members of the PostgreSQL team about their plans on the popular DB.

Interviewees are:
Bruce = Bruce Momjian, major PostgreSQL developer.
Neil = Neil Conway, major PostgreSQL developer.
Robert = Robert Treat, Advocacy volunteer and editor of the PostgreSQL Weekly News newsletter.
Josh = Josh Berkus, PostgreSQL Advocacy volunteer.


1. What’s the latest news regarding replication on PostgreSQL?


Bruce: We have several master-slave solutions, and are working on multi-master for the release after next.


Robert: Also, PostgreSQL Inc. has recently teamed up with Lanux Limited to offer a high-availability solution.


2. What about clustering, load balancing and nested transactions?


Bruce: We have none of those, but we might have nested transactions this summer.  Clustering and load balancing are part of multi-master replication.


3. How do you  view your competition in the free RDBMS market, that includes mSQL, mySQL, sapDB and Firebird? Which features does PostgreSQL still lacks that some of these DBs have and which features PostgreSQL has today that these DBs doesn’t?


Josh: You have me at a bit of a disadvantage, since I’m used to comparing PostgreSQL to proprietary-commercial databases, who I regard as our “real” competition.   I don’t know that much about SAP-DB and Firebird beyond their literature on their websites.


The only features that we lack which some other FOSS databases have are the ones you mention in questions 1 & 2. Oh, and our native Windows version is due out this summer.


Fortunately, we have a *lot* of features that the other FOSS databases don’t have.  These include:


— Very high level (90%?) of ANSI SQL 92/99 compliance and implementation, and getting better with each point release.


— SQL SCHEMA, which I believe that only SAP DB has among those mentioned.


— Extensive support of business logic building in the database, including Triggers, Rules, Functions, Views, and custom Constraints.  While some of the other FOSS databases have some of these elements, none of them has the breadth and depth of support for all avenues of database automation and data integrity that PostgreSQL does.  For example, I believe that we have the only RDBMS that allows writing functions and procedures in 7 programming languages.


— And, paramount: our built-in-the-database extensibility, including custom Aggregates, Operators, Data Types, Domains, Functions, and other elements of Stonebreaker-style ORDMBS extensibility.   This seminal element of our design philosophy has already given us some community-contributed constructs that no other database, FOSS or commercial, has, such as our set of Networking data types and operators, or PL/R for advanced statistical analysis.


Robert: Don’t forget the PostGIS project for Open GIS implementation.

4. The most popular of your competitors, mySQL, surely moves very fast in advancements and version 5 is expected next year. What are the plans for the next big version of PostgreSQL and how do you plan on coupling their advancements?


Josh: In terms of features MySQL isn’t adding anything that PostgreSQL doesn’t already have, and hasn’t had for years.   We had transaction support 10 years before MySQL, mainframe ports 2 years before MySQL, and support for all types of subselects for the last 2 years, which MySQL still doesn’t have working.


Robert: MySQL used to be faster than PostgreSQL across the board, but we’ve erased that difference and now it’s only faster in certain corner cases at lower load levels.


Josh: The only things that MySQL has that we don’t are ease of database admin for simple databases, which is something we’re gradually incorporating, and a native Windows port, which we’ll have this summer.


 Oh, and they have a paid marketing department, which I suppose gives them a certain edge (*wry grin*).


5. What innovations this decade have to offer to the database technology in general? What kind of features that no RDBMS has today are you thinking that would be great to have in the future?


Neil: POSTGRES was originally conceived as an academic research project into ORDBMS technology, so we already have some experimental features that other database systems either don’t have, or have only recently implemented (for example, inheritance, query rewriting and user-defined data types). More recently, the PostgreSQL development team has been more focused on providing a better production-quality RDBMS implementation, rather than working on implementing additional experimental features. Once most of this work has been finished (and we’ve done a lot already), I think there will be more interest in adding additional exotic
features.


That said, there are also projects that use PostgreSQL for their own ends, to implement some interesting and often unique functionality. Two examples are the Telegraph project at Berkeley, and the PostGIS project.


Josh: Personally, I don’t expect any flashy new database features or theories in the next decade. We’ve had a SQL specification since 1989, but up until recently it was more of a “holy grail” and not something one expected to actually follow due to hardware and software limitations in databases. Now the tech has finally caught up, and we have a chance to really exercise all of the ideas contained in the relational model and the SQL spec, in order to build really good databases. It’s an era of refinement rather than one of sweeping innovation.


Now, I do expect that object and OODBMSs will refine themselves and develop an open standard within the next decade, so they can become commercially viable as an alternative approach to data storage. But I also tend to think that the creators of OODBMSs will find that they are useful for *very* different things than those for which RDBMSs have traditionally been used.


6. Are you planning a “native” Windows port for PostgreSQL (not through Cygwin that is)? If yes, are there plans for a C# programming interface?


Josh: The native Windows port is due this summer.   While we’re unlikely to adopt C# for the database itself, I’d be very surprised if some member of our community *doesn’t* add C# as a function-writing language.


Robert: Plus we already have a .net data provider project for connecting to PostgreSQL via .Net.

45 Comments

  1. 2003-04-21 5:34 pm
  2. 2003-04-21 5:45 pm
  3. 2003-04-21 6:12 pm
  4. 2003-04-21 6:12 pm
  5. 2003-04-21 6:15 pm
  6. 2003-04-21 6:18 pm
  7. 2003-04-21 6:20 pm
  8. 2003-04-21 6:25 pm
  9. 2003-04-21 6:31 pm
  10. 2003-04-21 6:51 pm
  11. 2003-04-21 7:05 pm
  12. 2003-04-21 7:10 pm
  13. 2003-04-21 7:33 pm
  14. 2003-04-21 7:33 pm
  15. 2003-04-21 7:56 pm
  16. 2003-04-21 8:21 pm
  17. 2003-04-21 8:23 pm
  18. 2003-04-21 8:24 pm
  19. 2003-04-21 8:38 pm
  20. 2003-04-21 9:32 pm
  21. 2003-04-22 12:06 am
  22. 2003-04-22 1:01 am
  23. 2003-04-22 1:23 am
  24. 2003-04-22 1:46 am
  25. 2003-04-22 1:48 am
  26. 2003-04-22 2:44 am
  27. 2003-04-22 4:40 am
  28. 2003-04-22 5:56 am
  29. 2003-04-22 6:30 am
  30. 2003-04-22 12:27 pm
  31. 2003-04-22 9:14 pm
  32. 2003-04-23 2:25 am
  33. 2003-04-23 3:05 am
  34. 2003-04-23 4:57 am
  35. 2003-04-23 2:58 pm
  36. 2003-04-23 3:17 pm
  37. 2003-04-23 6:28 pm
  38. 2003-04-23 6:40 pm
  39. 2003-04-24 12:53 am
  40. 2003-04-24 6:12 am
  41. 2003-04-24 8:49 am
  42. 2003-04-24 10:18 pm
  43. 2003-04-24 10:22 pm
  44. 2003-04-26 1:04 am
  45. 2003-04-28 5:07 pm