Re: New and investigating

From: "Juliet May" <jmay(at)speark(dot)com>
To: "Alain Gougeon" <agougeon(at)sigma(dot)gov(dot)bo>, <pgsql-novice(at)postgresql(dot)org>
Subject: Re: New and investigating
Date: 2003-01-29 23:25:06
Message-ID: 019601c2c7ed$a8904940$a1d2a8c0@impsu.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Alain,

I have been using Postgresql for about the past year. I have been very happy
with its performance and especially how easy it is to learn. I really don't
have much to contribute as far as performance goes because I haven't had the
opportunity to compare it to other databases. In fact I learned everything I
know about database design and administration while using Postgresql.

Our site is fairly small. My database has about 75 active tables and 5
views. My largest table has about 10,000 records. I only have about 80 users
retrieving and adding data to the database through a web interface I
designed in php. I haven't had any reported problems from any of the users.
During heavy development and testing of applications and queries (usually
with many problems in them) I have experienced the database shutting down
due to shared memory space. It probably would have only happened once if I
had made the recommended changes I found in the help docs but everytime the
problem has occured I have been too busy and figured it was just easier to
restart the server.

For references I have been using the postgresql site (it looks like they
just updated their documentation format) and the book PostgreSql Developer's
Handbook published by Sams. Between the two I have learned to implement
simple queries (selects, updates, deletes), joins, stored procedures,
transactions, database installation, and database maintenance.

If I can be of any help let me know :)

Julie

P.S. For everyone else out there --> If anyone knows of a telecommuting job
where I can use my skills I would really appreciate the info.

----- Original Message -----
From: "Alain Gougeon" <agougeon(at)sigma(dot)gov(dot)bo>
> Now, how do i go then beyond personal opinions? Like you said yourself, it
> "might sound like a bit of propaganda". Nothing bad about it, but one
needs
> to have hard evidence sometime... Where are the materials, links,
companies,
> etc... that can back this up??

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Derek Clarkson 2003-01-29 23:34:31 Re: New and investigating
Previous Message Josh Berkus 2003-01-29 23:17:11 Re: OID stuff