| From: | "Merlin Moncure" <merlin(at)rcsonline(dot)com> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: PostGres and WIN32, a plea! |
| Date: | 2002-11-27 14:04:49 |
| Message-ID: | as2j7v$199d$1@news.hub.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
>
> Hmm, ever tried using a large multiuser database such as a finance
> system using a Foxpro database? Network managers have been known to
> murder for less... :-)
>
Hmm, I have, and you could imagine the result :)
It was a small system, really and everything was fine until I added my 10th
user. Then my data left me like the parting of the Red Sea :).
Building a database system on lousy tehnology, only to rewrite it is
something all database admins have to go through. I think its kind of like
coming of age. On the unix side of things, you have mysql catching people
the same way.
FP did have a very nice query optimizer. Also, FP views optimized the where
condition through the query, and have for quite some time (does PG do this
yet?). I think the FP team was really on to something, till M hamstrung the
project.
FP also had the ability to write user defined functions into the query,
something I thought I would have to give up forever, until I stumbled across
PG (from the mysql docs, go figure!)
Merlin
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jim Beckstrom | 2002-11-27 14:43:01 | Re: [HACKERS] Realtime VACUUM, was: performance of insert/delete/update |
| Previous Message | Nicolai Tufar | 2002-11-27 14:02:22 | Re: [HACKERS] Realtime VACUUM, was: performance of insert/delete/update |