Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • 2
    In general RETURNING an ID does not slow down significantly an insert. Can you show a reproducible case? Commented Oct 23, 2013 at 14:03
  • @DanielVérité it seems that I get slower performance from another query and not from inserting. Commented Oct 24, 2013 at 4:57
  • @shevski Could you clarify? Does this mean that you eventually found equal performance with and without RETURNING? Commented Apr 14, 2014 at 13:34
  • @CharlBotha Well this is an old post, But I remember that I got similar performance Commented Apr 16, 2014 at 6:04