Re: [Q] optmizing postgres for 'single client' / many small queries - Mailing list pgsql-general

From Richard Broersma
Subject Re: [Q] optmizing postgres for 'single client' / many small queries
Date
Msg-id 396486430909030724o19a32a18n6812f67b83d92984@mail.gmail.com
Whole thread Raw
In response to Re: [Q] optmizing postgres for 'single client' / many small queries  (David Fetter <david@fetter.org>)
Responses Re: [Q] optmizing postgres for 'single client' / many small queries  (David Fetter <david@fetter.org>)
List pgsql-general
On Wed, Sep 2, 2009 at 4:35 PM, David Fetter<david@fetter.org> wrote:

> Hibernate has the very nice feature of being able to get out of your
> way.  Properly used, it can keep completely out of the business of
> making (wrong) guesses based on DDL, which is what ORMs often do.
> DBIx::Class <http://search.cpan.org/dist/DBIx-Class/> has gone a long
> way in the right direction.
>
> Ones which (attempt to) dictate decisions about DDL are just off the
> map. :P

David, do you know how well these kinds of ORMs work when it come to
mapping  non-trivial schema designs?  For example, how would these
work when creating a mapping for the multiple inheritance design that
you've blogged about earlier?


--
Regards,
Richard Broersma Jr.

Visit the Los Angeles PostgreSQL Users Group (LAPUG)
http://pugs.postgresql.org/lapug

pgsql-general by date:

Previous
From: Michael Glaesemann
Date:
Subject: Re: array weirdity
Next
From: Jerry LeVan
Date:
Subject: Snow Leopard and plpython problem