[Opensim-dev] Object Representation

Dzonatas dzonatas at dzonux.net
Fri Feb 8 23:34:54 UTC 2008


Dzonatas wrote:
> CREATE TABLE IF NOT EXISTS `matrix0` (
>   `uuid` binary(16) NOT NULL,
>   `precursor` binary(16) NOT NULL,
>   `intracursor` binary(16) NOT NULL,
>   `concursor` binary(16) NOT NULL,
>   `network` binary(16) NOT NULL,
>   `intranet` binary(16) NOT NULL,
>   `transnet` binary(16) NOT NULL,
>   PRIMARY KEY  (`uuid`),
>   KEY `precursor` (`precursor`),
>   KEY `network` (`network`)
> ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
>   
Missed one field:

  `allusions` binary(16) NOT NULL,


It's more of a memory bound field then DB bound, but makes-up the 
denoted 128 byte record.

I think I have some funds to create store.



More information about the Opensim-dev mailing list