Changes between Initial Version and Version 1 of Ticket #2724
- Timestamp:
- 05/02/14 04:59:31 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2724 – Description
initial v1 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 coming 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+.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+. 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.