Real-world usage example

From: Bruce Badger <bruce_badger(at)badgerse(dot)com>
To: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Real-world usage example
Date: 2003-02-19 01:13:39
Message-ID: 1045617219.31049.156.camel@alice
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I use a version control system called StORE which uses a relational
database as it's back end. I use StORE with PostgreSQL, others use it
with DB2, Oracle, etc ....

I mention StORE here because it struck me that it may be a useful source
of real-world information about how PostgreSQL performs relative to
other DBMSs. StORE databases all use the same Schema, and some are
replicated such that they contain the same data too.

PostgreSQL is the most popular database for StORE users, and is used for
a central Smalltalk community repository (StORE is a Smalltalk specific
version control system). The public StORE repository is accessed across
the Internet by people with Modems, WiFi, T1 and LAN connections.

There have been a number of people comment on how PostgreSQL performs as
a StORE repository - some good comments, some not so good. Either way,
given the varied use of StORE, the feedback may yield valuable
information.

The place to look for feedback from StORE users is the news group
comp.lang.smalltalk. For example:
http://groups.google.com/groups?q=postgres+group:comp.lang.smalltalk&hl=en&lr=&ie=UTF-8&oe=UTF-8&scoring=d

I hope this is useful.

All the best,
Bruce

BTW, I wrote the PostgreSQL driver for VisualWorks Smalltalk which is
how all StORE + PostgreSQL users access their databases.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2003-02-19 01:30:20 Re: Hard problem with concurrency
Previous Message Bruce Momjian 2003-02-19 01:03:09 Re: psql and readline