Changes between Version 1 and Version 3 of Ticket #2724
- Timestamp:
- 05/02/14 05:12:39 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2724
- Property Summary PostGIS specific background workers → PostGIS specific dynamic background workers
-
Ticket #2724 – Description
v1 v3 1 1 Snooping on pgadvocacy http://www.postgresql.org/message-id/CAFj8pRA8+J17PxmmL1B8b-4bfbHvpQPcp7g7rG7Skune=BuY8Q@mail.gmail.com got me thinking. 2 2 3 I admit to not having looked at the background API in PostgreSQL 9. 3+. So this is more of a placeholder to investigate, see how useful it is, and if useful add to PostGIS 2.2 additional extensions only installed for those folks running PostgreSQL 9.3+.3 I admit to not having looked at the background API in PostgreSQL 9.4+. So this is more of a placeholder to investigate, see how useful it is, and if useful add to PostGIS 2.2 additional extensions only installed for those folks running PostgreSQL 9.4+. 4 4 5 5 Areas I see where background workers might be useful are in obviously long running processes where running in a single transaction is bloody slow and the work needs to be broken up into separate runs.