datasetmeta


Description

Defines dataset sizes for the items in the datasets table. This table is automatically updated every hour.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT 10 null

Primary id for this table. This uniquely identifies the row.

dataset_id INT 10 null
datasets.id datasetmeta_ibfk_1C

Foreign key to datasets.

nr_of_data_objects BIGINT UNSIGNED 20 null

The number of data objects contained in this dataset.

nr_of_data_points BIGINT UNSIGNED 20 null

The number of individual data points contained in this dataset.

created_on DATETIME 26 CURRENT_TIMESTAMP

When the record was created.

updated_on TIMESTAMP 26 CURRENT_TIMESTAMP

When the record was updated. This may be different from the created on date if subsequent changes have been made to the underlying record.

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
datasetmeta_ibfk_datasets Performance Asc dataset_id

Relationships