|
|
|
|||||||
|
|
|
|
| |||||
|
Previous ~ Up ~
Next
Framework Domain - Table CategoriesTables in MIFAR can be though of in two categories.
Object tables get the full user-group permission treatment. In general these tables contain the information that users care about. Examples include: the project definition table, dataroot, the service location table, servinst, and the data host table fhost. Helper tables are often used to defined how one object relates to another. For example there is an object table which tracks files stored in a MIFAR system named, file. Seperate from this table is another, named store which tracks data storage locations. Storage locations could be a CD rack, a computer or an iron safe. Since copies of a file can exist in multiple storage locations and since each storage location usually contains more than one file, there is a many to many relationship between file and store. The table which provides a the link between files and stores is called finst. It is a helper table. Like object tables, helper tables can have arbitary permissions. Previous ~ Up ~ Next |
|