> On Thu, Nov 20, 2008 at 4:36 PM, snacktime <snacktime(at)gmail(dot)com> wrote:
>> 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.
Just out of curiosity, I'm wondering how you make that happen now with
mysql.
regards, tom lane
In response to
pgsql-general by date
| Next: | From: Tom Lane | Date: 2008-11-21 03:36:43 |
| Subject: Postgres mail list traffic over time |
| Previous: | From: Scott Marlowe | Date: 2008-11-21 00:08:35 |
| Subject: Re: Porting from Oracle PL/SQL |