| From: | snacktime <snacktime(at)gmail(dot)com> |
|---|---|
| To: | "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
| Subject: | Reversing transactions on a large scale |
| Date: | 2008-11-20 23:36:52 |
| Message-ID: | 1f060c4c0811201536p548a1cbcv932509fd52fc5a4d@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Right now we are running mysql as that is what was there when I
entered the scene. We might switch to postgres, but I'm not sure if
postgres makes this any easier.
We run a couple of popular games on social networking sites. These
games have a simple economy,and we need to be able to time warp the
economy back in time, which means reverting a whole lot of
transactions and inventories. Our games generate around 1 million
user transactions per hour, which results in inserts/updates on 4
times that many rows. Using PIT recovery would be a very reliable
way to accomplish this, but I'm wondering how long it would take. If
it takes a full day to roll back an hour of game time, then I need to
find another solution.
Chris
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Scott Marlowe | 2008-11-21 00:06:05 | Re: Reversing transactions on a large scale |
| Previous Message | Alan Hodgson | 2008-11-20 23:33:25 | Re: lo data type |