Modify ↓
      
Opened 17 years ago
Last modified 9 years ago
#8058 new enhancement
Smarter db connection pool
| Reported by: | Jonas Borgström | Owned by: | |
|---|---|---|---|
| Priority: | lowest | Milestone: | next-major-releases | 
| Component: | general | Version: | 0.11.2.1 | 
| Severity: | normal | Keywords: | performance, schema, postgresql | 
| Cc: | leho@… | Branch: | |
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
The current connection pool uses the entire connection string suitable connections to reuse.
This isn't very efficient when a single postgresql database contains multiple envs in separate schemas. In this case connections from different environments are reusable as long as the schema search_path is re-set.
Attachments (0)
Change History (4)
comment:1 by , 15 years ago
| Keywords: | performance postgres schema added | 
|---|---|
| Milestone: | next-minor-0.12.x → next-major-0.1X | 
| Priority: | normal → lowest | 
comment:2 by , 13 years ago
| Cc: | added | 
|---|
comment:3 by , 11 years ago
| Keywords: | postgresql added; postgres removed | 
|---|
comment:4 by , 10 years ago
| Owner: | removed | 
|---|
  Note:
 See   TracTickets
 for help on using tickets.
    


  
PatchWelcome, Jonas ;-)