2000Q1/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev] Re: Databases -->
<!--X-From-R13: X Q Znjerapr <pynjNxnatn.ah> -->
<!--X-Date: Sun, 30 Jan 2000 13:45:45 &#45;0800 -->
<!--X-Message-Id: E12F2A8&#45;0002Q4&#45;00#dingo,kanga.nu -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 20000118022802.8511541813#koro,off.connect.com.au -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev] Re: Databases</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:claw#kanga,nu">
</head>
<body background="/backgrounds/paperback.gif" bgcolor="#ffffff"
      text="#000000" link="#0000FF" alink="#FF0000" vlink="#006000">

  <font size="+4" color="#804040">
    <strong><em>MUD-Dev<br>mailing list archive</em></strong>
  </font>
      
<br>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
<br clear=all><hr>
<!--X-Body-Begin-->
<!--X-User-Header-->
<!--X-User-Header-End-->
<!--X-TopPNI-->

Date:&nbsp;
[&nbsp;<a href="msg00244.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00246.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00115.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00096.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00245">Author</A>
&nbsp;|&nbsp;<A HREF="#00245">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00245">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev] Re: Databases</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Subject</em>: Re: [MUD-Dev] Re: Databases </LI>
<LI><em>From</em>: J C Lawrence &lt;<A HREF="mailto:claw#kanga,nu">claw#kanga,nu</A>&gt;</LI>
<LI><em>Date</em>: Sun, 30 Jan 2000 13:45:40 -0800</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Sender</em>: <A HREF="mailto:mud-dev-admin#kanga,nu">mud-dev-admin#kanga,nu</A></LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
On Tue, 18 Jan 2000 13:28:02 +1100 
Kevin Littlejohn &lt;darius#connect,com.au&gt; wrote:

&gt; Others: gadfly (python-based, if you know the layout of your
&gt; tables it's probably fastest, but equates out to having all data
&gt; in memory at all times), mSQL (dunno, haven't looked at it for a
&gt; long time), Oracle (overblown, slower than MySQL, but by $DIETY it
&gt; does everything, including 'connected by', which would be a _joy_
&gt; to use - provides for object hierarchies really nicely),
&gt; PostgreSQL (which _does_ look nice, and has some nifty tricks that
&gt; may help on the OO side...  But which I couldn't fathom large
&gt; object/blob support for, so I gave up early).  The list goes on,
&gt; of course... ;)

FYI there are various links in the Library at Kanga.Nu ot DB and
storage mechanisms.  The Free DB list is also referenced (it's been
the food for a variety of threads here for such things as persistent
stores ala Texas, transactional models ala TDBM etc.

&gt; There _are_ OO-specific databases out there - Oracle have recently
&gt; (with 8i, I think) started adding an OO layer to their stuff, so
&gt; you can treat things as 'objects' inside the db, and let oracle
&gt; work out how to map that best.  That's hackish, I suspect, but
&gt; presumably works into their XML support as well.  Would not the
&gt; OODBMS's of this world put you a good way toward this?

Direct representation of objects and object heriarchies in a DB is
only part of the problem, and in my case one of the smaller and
simpler parts of the problem.  The problem for me, and for several
of the other OO oriented servers on the list, is that none of the
OODMBSes support runtime morphism of the object heirarchy.  Its a
large and non-trivial problem.  I'm aware of efforts being made in
academia in the area, but nothing that I consider is actually usable
at this point.

&gt; My attitude is still that databases do some things really well -
&gt; storing data, and for relationals, working out what links to what
&gt; - and while they may not be _ideal_ for muds, the chance of any
&gt; given mud thrashing any given database is still pretty slim at the
&gt; moment.  It seems as though db's are generally a win over flat
&gt; text files, so even if you use them as a strange sort of disk
&gt; space, they're a win - let alone abstracting and playing with some
&gt; of the other tricks they'd allow.

I agree.  While an RDBMS ala SQL is arguably not optimal for the
runtime support of a MUD DB, it offers direct and useful advantages
for world analysis, game balance maintenance, and other back-end
operations.

Consider the advantages from an admin perspective if you could query 
your MUD ala:

  Of those characters that have killed Bubba, what were the most
  frequent spells and weapons as compared to the most effective
  used in total damage to Bubba?

  How many players have attempted quest XYZ, and what was the
  average distribution of times required for them to solve it?

  How many characters encountered object XYZ and then were found in
  location QRS within T time later?

  How does player motion in terms of routes across the game world
  vary by time of day?

Given sufficient logging trails in an RDBMS (and SQL as a well known
framework to access it), you can both answer queries like these, and
attempt to do useful things with the results.

-- 
J C Lawrence                                 Home: claw#kanga,nu
----------(*)                              Other: coder#kanga,nu
--=| A man is as sane as he is dangerous to his environment |=--


_______________________________________________
MUD-Dev maillist  -  MUD-Dev#kanga,nu
<A  HREF="http://www.kanga.nu/lists/listinfo/mud-dev">http://www.kanga.nu/lists/listinfo/mud-dev</A>

</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00115" HREF="msg00115.html">Re: [MUD-Dev] Re: Databases</A></STRONG>
<UL><LI><EM>From:</EM> Kevin Littlejohn &lt;darius#connect,com.au&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00244.html">RE: [MUD-Dev] Community Relations</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00246.html">Re: [MUD-Dev] Community Relations</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00115.html">Re: [MUD-Dev] Re: Databases</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00096.html">[MUD-Dev] Databases (was Re: Commercial-use Restrictions on Code Bases)</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00245"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00245"><STRONG>Thread</STRONG></A></LI>
</UL>
</LI>
</UL>

<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
<ul><li>Thread context:
<BLOCKQUOTE><UL>
<LI><STRONG>Re: [MUD-Dev] Re: Databases</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<LI><strong><A NAME="00111" HREF="msg00111.html">Re: [MUD-Dev] Re: Databases</A></strong>, 
Greg Miller <a href="mailto:gmiller#classic-games,com">gmiller#classic-games,com</a>, Mon 17 Jan 2000, 22:27 GMT
<UL>
<LI><strong><A NAME="00112" HREF="msg00112.html">Re: [MUD-Dev] Re: Databases</A></strong>, 
Laurent Bossavit <a href="mailto:bossavit#cybercable,fr">bossavit#cybercable,fr</a>, Mon 17 Jan 2000, 23:51 GMT
<UL>
<LI><strong><A NAME="00113" HREF="msg00113.html">Re: [MUD-Dev] Re: Databases</A></strong>, 
Dream Weaver at home <a href="mailto:windminstrel#home,net">windminstrel#home,net</a>, Tue 18 Jan 2000, 02:18 GMT
</LI>
<LI><strong><A NAME="00115" HREF="msg00115.html">Re: [MUD-Dev] Re: Databases</A></strong>, 
Kevin Littlejohn <a href="mailto:darius#connect,com.au">darius#connect,com.au</a>, Tue 18 Jan 2000, 07:01 GMT
<UL>
<LI><strong><A NAME="00245" HREF="msg00245.html">Re: [MUD-Dev] Re: Databases</A></strong>, 
J C Lawrence <a href="mailto:claw#kanga,nu">claw#kanga,nu</a>, Sun 30 Jan 2000, 21:45 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</ul>
</ul>
</LI>
<LI><strong><A NAME="00096" HREF="msg00096.html">[MUD-Dev] Databases (was Re: Commercial-use Restrictions on Code Bases)</A></strong>, 
Charles Hughes <a href="mailto:charles.hughes#bigfoot,com">charles.hughes#bigfoot,com</a>, Sun 16 Jan 2000, 01:56 GMT
<UL>
<LI><strong><A NAME="00242" HREF="msg00242.html">Re: [MUD-Dev] Databases (was Re: Commercial-use Restrictions on Code Bases)</A></strong>, 
J C Lawrence <a href="mailto:claw#kanga,nu">claw#kanga,nu</a>, Sun 30 Jan 2000, 21:21 GMT
</LI>
</UL>
<UL>
<li>&lt;Possible follow-up(s)&gt;<br>
<LI><strong><A NAME="00099" HREF="msg00099.html">Re: [MUD-Dev] Databases (was Re: Commercial-use Restrictions on Code Bases)</A></strong>, 
cg <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Sun 16 Jan 2000, 18:59 GMT
</LI>
<LI><strong><A NAME="00106" HREF="msg00106.html">Re: [MUD-Dev] Databases (was Re: Commercial-use Restrictions on Code Bases)</A></strong>, 
Jon A. Lambert <a href="mailto:jlsysinc#ix,netcom.com">jlsysinc#ix,netcom.com</a>, Mon 17 Jan 2000, 19:52 GMT
</LI>
</UL>
</LI>
</UL></BLOCKQUOTE>

</ul>
<hr>
<center>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
</center>
<hr>
</body>
</html>