This repository has been archived by the owner on Feb 8, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 308
Rewrite payday #2508
Comments
Why? Not doing everything in a single db transaction was an intentional design decision to enable better parallelization and crash recovery. |
But payday is not actually parallelized, and its crash recovery logic has failed in the past. I'm not even sure payday could actually be parallelized. However I think it is possible to make it fast enough so that restarting from the start after a crash isn't be a problem. |
This was referenced Jun 21, 2014
Merged
This was referenced Jul 3, 2014
Merged
Merged
Merged
Merged
This was referenced Jul 13, 2014
Merged
I have rebased the payday rewrite branches on master, and I think they're ready for final review now. |
Hmm ... could be. I think we'll end up wanting to store some information locally to avoid expensive HTTP calls for things like #1681. No? |
This was referenced Aug 7, 2014
Merged
Closed
Closed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Opening an issue as discussed in IRC.
Here are the main goals of the rewrite:
And here's my checklist:
explain analyze
FTW)(Am I missing other issues that the payday rewrite should fix ?)
The text was updated successfully, but these errors were encountered: