From: | Richard Broersma <richard(dot)broersma(at)gmail(dot)com> |
---|---|
To: | David Fetter <david(at)fetter(dot)org> |
Cc: | postgres general <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: [Q] optmizing postgres for 'single client' / many small queries |
Date: | 2009-09-03 14:24:50 |
Message-ID: | 396486430909030724o19a32a18n6812f67b83d92984@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Wed, Sep 2, 2009 at 4:35 PM, David Fetter<david(at)fetter(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Emanuel Calvo Franco | 2009-09-03 14:38:28 | Re: PostgreSQL Live CD based on CentOS 5.3 and PG 8.4 released |
Previous Message | Michael Glaesemann | 2009-09-03 13:41:09 | Re: array weirdity |