Reversing transactions on a large scale

Поиск
Список
Период
Сортировка
От snacktime
Тема Reversing transactions on a large scale
Дата
Msg-id 1f060c4c0811201536p548a1cbcv932509fd52fc5a4d@mail.gmail.com
обсуждение исходный текст
Ответы Re: Reversing transactions on a large scale  ("Scott Marlowe" <scott.marlowe@gmail.com>)
Список 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

В списке pgsql-general по дате отправления:

Предыдущее
От: Alan Hodgson
Дата:
Сообщение: Re: lo data type
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: Reversing transactions on a large scale