Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fetch events in a separate transaction. #549

Merged
merged 2 commits into from Feb 2, 2016
Merged

Fetch events in a separate transaction. #549

merged 2 commits into from Feb 2, 2016

Conversation

erikjohnston
Copy link
Member

This has a couple of benefits:

  • It reduces the time of transactions, allowing other database requests
    to run.
  • Fetching events is given a dedicated database thread, and so can't
    starve other database requests.

This has a couple of benefits:

- It reduces the time of transactions, allowing other database requests
  to run.
- Fetching events is given a dedicated database thread, and so can't
  starve other database requests.
@NegativeMjark
Copy link
Contributor

LGTM

erikjohnston added a commit that referenced this pull request Feb 2, 2016
Fetch events in a separate transaction.
@erikjohnston erikjohnston merged commit 43e13db into develop Feb 2, 2016
@erikjohnston erikjohnston deleted the erikj/sync branch February 23, 2016 16:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants