This is an old revision of the document!


Introducing two levels in the Datasets table

Minutes from discussion between Heiko and Egil 2009-02-17.

A dataset imported to the database through the UPLOAD module represents a set of files. For the time being, each dataset is represented by one record in the DataSet table. To be able to search on individual files, the DataSet table should be extended to encompass records for each individual file. This gives a natural way to divide the records in the DataSet table into two levels. A record on the highest level represents one whole set of files (i.e. a directory), while a record on the lowest level represents a single file.

The 'DS_parent' field in the DataSet table can be used to link a file record to its corresponding directory record (file.DS_parent == directory.DS_id). To distinguish a file record from a directory record, DS_parent == 0 for all directory records.

Each dataset corresponds to a pair of XML files (.xmd and .xml). This convention will be continued. To distinguish between directory datasets and file datasets, a new directory level in the file system is introduced. The current convention uses one directory for each application connected to the same database:

.../XML/APP1
.../XML/APP2
etc.

In the new convention a new directory level will be introduced beneath each of these application directories. For example:

.../XML/APP1
         name1.xmd
         name1.xml
.../XML/APP1/name1
         name1_xxx.xml
         name1_xxx.xmd
         name1_yyy.xml
         name1_yyy.xmd
.../XML/APP1/name2
         ...
This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • metamod/two_levels.1234878814.txt.gz
  • Last modified: 2022-05-31 09:23:19
  • (external edit)