The total DBMS approach (was: [MUD-Dev] Unique items vs. item references)
Crosbie Fitch
crosbie at cyberspaceengineers.org
Mon Aug 12 10:41:28 CEST 2002
From: Derek Licciardi
> The question quickly becomes a money one. SAP, installations run
> into the 20 - 50 million dollar range and higher to achieve MMOG
> style subsecond performance for thousands of users.
Money and scale, yes.
So why not make it a distributed database?
That way all the resources are provided by the players (and ISPs,
etc.)
Then it's not a money issue.
> No matter how you position the database, you're going to want to
> write an interface in front of the database that allows
> communication with the game client. The game client should never
> have the ability to fire SQL straight to the database.
Good point.
> To achieve the total DB approach, you will need MS SQL Server,
> DB2, or Oracle along with all of the costs associated with those
> databases.
BerkleyDB (underlying MySQL) is available gratis for Open Source
projects.
And you don't need to sell the database to sell the game. Give away
the database. Sell the content.
_______________________________________________
MUD-Dev mailing list
MUD-Dev at kanga.nu
https://www.kanga.nu/lists/listinfo/mud-dev
More information about the mud-dev-archive
mailing list