Task #9109 (new)
Opened 12 years ago
Last modified 9 years ago
RFE: support temp_ids in PostgreSQL
Reported by: | jamoore | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | Unscheduled |
Component: | ORM | Version: | n.a. |
Keywords: | n.a. | Cc: | jburel |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | n.a. |
Sprint: | n.a. |
Description
As a part of #3961, temp_ids support was committed which was broken for !PostgreSQL. This didn't show up until #9077 where large queries of the form where x in (:ids) with a list of ids longer than 1000 was executed. Since such large queries are very slow in PostgreSQL (at least in the 8.x series) it might be worth fixing the support.
Change History (1)
comment:1 Changed 9 years ago by jamoore
- Milestone changed from Future to Unscheduled