game db

From: Kenneth Gangstoe <sphair-postgresql(at)dark(dot)x(dot)dtu(dot)dk>
To: pgsql-general(at)postgresql(dot)org
Subject: game db
Date: 2002-02-22 21:12:22
Message-ID: 20020222211222.GC3108@dark.x.dtu.dk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello!

I'm currently coding a game, using C++ and OpenGL. I need to store
the game state data into a database, and heard alot of positive
things about PostgreSQL. As this is a game, speed is critical. I'm
going to do alot of writing to the database, but seldom much reading
from it, so I'm mostly interested in write-speeds.

Does anyone have an idea if Postgresql could suit my needs, or should
I look into other databases (mysql for instance) ?

Best regards,
Kenneth Gangstø

Responses

  • Re: game db at 2002-02-22 21:57:58 from Juan Jose Comellas
  • Re: game db at 2002-02-23 03:31:53 from Justin Clift
  • Re: game db at 2002-02-23 10:35:23 from Kenneth Gangstoe
  • Re: game db at 2002-02-23 12:26:23 from Jeff Davis

Browse pgsql-general by date

  From Date Subject
Next Message Medi Montaseri 2002-02-22 21:26:44 Re: Regular Expression for 'and' instead of 'or'
Previous Message Medi Montaseri 2002-02-22 21:09:59 Re: A Replication Idea