MUD-Dev
mailing list archive

Other Periods  | Other mailing lists  | Search  ]

Date:  [ Previous  | Next  ]      Thread:  [ Previous  | Next  ]      Index:  [ Author  | Date  | Thread  ]

[MUD-Dev] Re: Databases: was Re: skill system



In message:  <9193945826E7D0118BB4080009DBF8F611737D@TTECH>
             jacob langthorn <jlangthorn#towertechinc,com> writes:
>
>	Has any one tried using Orical or SQL to manage the data base
>for the mud? If so what sorta luck did you have?

Yes.  David Passmore and Lydia Leong did an experiment with MUSH,
trying to run it off of one of the SQL engines.  They found that
it dramatically increased the speed of global searches, but increased
the time to get stuff like the list of local objects by an order of
magnitude.

This fits with my beliefs about MUDs and classic DBs: they're optimized
for different things, and should be so.

- Alex




Other Periods  | Other mailing lists  | Search  ]