-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: PostgreSQL: INSERT with RETURNING clause
PostPosted: Wed Jul 09, 2008 7:58 pm 
Newbie

Joined: Wed Jul 09, 2008 7:38 pm
Posts: 2
Hibernate community pages say:
Quote:
Unfortunately, the identity and sequence strategies are not the most efficient since they require at least two SQL queries by insert (one for the actual insert, another to fetch the identifier value).

It's not actually right for current stable PostgreSQL versions, because it provides it's own RETURNING extension of INSERT command (since v8.2). See http://www.postgresql.org/docs/8.3/stat ... nsert.html

How do you think is the better way to use it? Can I manage it by extending SequenceHiLoGenerator? Is it worth it?

Thank you.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.