Database Documentation (MySQL only)

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (Robot: Replacing 'OpenSim' to 'OpenSimulator', which is the precise name)
m (redirecting an orphaned, out of date database page to the current database page)
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
__NOTOC__
+
#REDIRECT [[Database_Documentation]]
{{Quicklinks}}
+
{{obsolete}}
+
<br />
+
This is a running start at documenting the tables in the MySQL instances used on both grid and regions, and describing how they relate to each other in the context of an OpenSimulator grid.
+
 
+
SQLite is generally not apropriate for this use case and will not be covered here; however the table structures are very similar and most of what is here will be useful in that context as well.
+
 
+
Note that some of these tables may be artifacts, some may be planned for use, and some may see heavy use but have columns which are artifacts, not properly updated or not yet used at all. Alpha code FTW!! :D
+
 
+
-daTwitch aka Hiro Protagonist
+
 
+
 
+
The instances:
+
<table>
+
<tr>
+
<td align=left>Grid:</td>
+
<tr>
+
<td>&nbsp;</td>
+
</tr>
+
<tr>
+
<td>[[agents]]<br /></td><td>Records agent (Avatar/User) login details</td>
+
<tr>
+
<td>[[assets]]<br /></td><td>Comprehensive grid assets including textures and avatar inventories</td>
+
</tr><tr>
+
<td>[[avatarappearance]]<br /></td><td>Persistence of the visual appearance of avatars between logins</td>
+
</tr>
+
<tr>
+
<td>[[inventoryfolders]]<br /></td><td>Inventory folder-related details *excepting contents*</td>
+
</tr>
+
<tr>
+
<td>&nbsp;</td><td>Contents are in the [[inventoryitems]] table and point back to [[inventoryfolders]]</td>
+
</tr>
+
<tr>
+
<td>[[inventoryitems]]<br /></td><td>All inventory item details (including folder associations) except contents - contents are referenced</td>
+
</tr>
+
<tr>
+
<td>&nbsp;</td><td>in the [[assets]] table</td>
+
</tr>
+
<tr>
+
<td>[[logs]]<br /></td><td>Stores a record of logged events</td>
+
</tr>
+
<tr>
+
<td>[[logs preTimestamp]]<br /></td><td>Old format [[logs]] table?</td>
+
</tr>
+
<tr>
+
<td>[[migrations]]</td><td>Supports 'automagic' migration to new database formats</td>
+
</tr>
+
<tr>
+
<td>[[regions]]</td><td>Regions known to the grid</td>
+
</tr>
+
<tr>
+
<td>[[reservations]]</td><td>Region registration table. This table has no rows on OSGrid and is likely in place for future functionality</td>
+
</tr>
+
<tr>
+
<td>[[userfriends]]</td><td>Friends list registration</td>
+
</tr>
+
</table>
+
<br /><br />
+
 
+
Region:
+
[[estate groups]]
+
[[estate managers]]
+
[[estate map]]
+
[[estate settings]]
+
[[estate users]]
+
[[estateban]]
+
[[land]]
+
[[landaccesslist]]
+
[[migrations]]
+
[[primitems]]
+
[[prims]]
+
[[primshapes]]
+
[[regionban]]
+
[[regionsettings]]
+
[[terrain]]
+
 
+
This is a brief snip from an IRC discussion that pretty much sums things up:
+
 
+
 
+
<daTwitch> my next question involves the use of the files in trunk/OpenSim/Data/MySQL/Resources/
+
<daTwitch> If I understand correctly, assuming at minimum a previously unused instance on the db, 
+
  execution of CreateAssetsTable.sql on the sql server, followed by the application of the files
+
  001_AssetStore.sql thru 004_AssetStore.sql (as it stands now) will produce a current assets
+
  backstore
+
<daTwitch> and similarly for the other tables
+
<daTwitch> is that a valid assumption?
+
<justinccWork> yep
+
<daTwitch> bitchin' dude :D
+
<daTwitch> <3
+
<justinccWork> got it in one :)
+
<daTwitch> Thanks Man :D
+
 
+
[[Category:Database]]
+

Latest revision as of 08:48, 23 September 2020

  1. REDIRECT Database_Documentation
Personal tools
General
About This Wiki