Re: Top five challenges

From: "Greg Sabino Mullane" <greg(at)turnstep(dot)com>
To: pgsql-advocacy(at)postgresql(dot)org
Subject: Re: Top five challenges
Date: 2011-03-02 03:55:53
Message-ID: 27798c77b2c0d7cec71c007929e38457@biglumber.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy pgsql-www


-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160

> 1. Easy Install
> 2. Simple, low-overhead replication
> 3. Upgrade-in-place
> 4. Administration & monitoring
> 5. Driver quality/maintenance

>> ... it's really nice the number of the above issues we've knocked out
>> since 2007.
>
> yes... it would be interesting to know what are the 5 next challenges :)

I think we haven't finished these five yet! :)

> 1. Easy Install

Solved, I suppose. We've always had "yum install" and friends, and now
we have the EDB 1-click installer. The only fly in the ointment is
the recent crap Debian pulled (yes, what they did was correct, but
it should have been handled much better). Hopefully that will be solved
soon with some better (and better licensed) supporting software.
So this one is done.

> 2. Simple, low-overhead replication

Great progress here with hot standby which satisfies a great number
of replication needs with very low overhead. I would not call it
"simple" yet, but there are some tools out there that are attempting
to fix this. Sometimes you need more than hot standby of course, and
none of Bucardo, Slony, or Londiste are simple or low overhead. To be
fair, however, I wonder how simple and low overhead some of the other
RDBMSs solutions are. This one is mostly done.

> 3. Upgrade-in-place

Big success and big fail here. pg_upgrade goes a long, long way towards
something better than pg_dump|psql, but it's not a true upgrade-in-place,
where I can point my Postgres X+1 at my Postgres X data directory and
have it all work. We need to catch up with Oracle on this. Halfway done.

> 4. Administration & monitoring

This is a pretty vague and wide-ranging topic, so it's hard to address.
We do have a slew of administration GUIs, and a bunch of monitoring
tools, but especially the latter need some work. Would be nice if these
bullet points were broken down a little further with some actual
specific complaints or ideas. Any chance of that, Josh?

> 5. Driver quality/maintenance

Also a little vague - which drivers? Certainly most of the major languages
have decent drivers now. I think the Perl one is pretty good ;). PHP
and Ruby are much improved in the last few years, and the most problematic
one, Python, is getting better (and finally winnowing the choices as well).

The maintenance is probably still an issue. Certainly there is a very
small number of people taking care of each driver, and no single company
(e.g. EDB) stepping up to dedicate a group of people to the care of
feeding of a driver.

- --
Greg Sabino Mullane greg(at)turnstep(dot)com
End Point Corporation http://www.endpoint.com/
PGP Key: 0x14964AC8 201103012252
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8
-----BEGIN PGP SIGNATURE-----

iEYEAREDAAYFAk1tv7EACgkQvJuQZxSWSsh9qwCfciRmJ2kLiHu0npG/TLyTa88N
wYQAoLVNWwOBEQ1YaAUbEIucks8VKqYv
=6v06
-----END PGP SIGNATURE-----

In response to

Responses

Browse pgsql-advocacy by date

  From Date Subject
Next Message Robert Treat 2011-03-02 05:02:53 Re: Top five challenges
Previous Message Josh Berkus 2011-03-02 00:36:36 Re: Top five challenges

Browse pgsql-www by date

  From Date Subject
Next Message Robert Treat 2011-03-02 05:02:53 Re: Top five challenges
Previous Message Greg Sabino Mullane 2011-03-02 03:36:48 Re: Wiki clarification