By default, VAST Catalog is disabled. Enabling VAST Catalog triggers a background indexing task. When VAST Catalog is enabled, snapshots of the Element Store are taken periodically, from which the VAST Catalog is indexed asynchronously.
You can modify the periodic snapshot schedule. By default, a snapshot is taken every 30 minutes and a copy of that snapshot is retained for 30 minutes. The VAST Catalog table is also retained for 30 minutes.
You can also add user-defined attributes to be indexed.
-
From the left navigation menu, select Settings and then VAST Catalog.
-
Under Status, toggle Enable on to enable VAST Catalog (or off to disable VAST Catalog).
-
Under Frames, modify the default periodic snapshot schedule, if desired:
Note
Changes to retention periods apply to snapshots created after the change.
-
Under User defined attributes, you can explicitly index S3 tags and metadata attributes that you use to categorize buckets and objects. When you can define a tag as a user-defined attribute, a dedicated column is created named
tag_<key>
. The values of tags with the specified key name are stored in the dedicated column.Note
All S3 tags are stored as key-pair values in the
user_tags
column, regardless of whether user-defined attributes are specified.To define an attribute:
-
From the Type dropdown, select a type of user-defined attribute:
-
Tag. Select this value to define S3 tag keys as attributes to be indexed. After the next snapshot, a column named
tag_<key>
will store the values of all S3 tags with the specified key. -
Metadata. Select this value to define user-defined metadata keys as attributes to be indexed. After the next snapshot, a column named
metadata_<key>
will store the values of all S3 metadata attributes with the specified key. S3 metadata key-value pairs can be assigned to objects when they are uploaded using a PutObject request. The metadata names must begin withx-amz-meta-
to distinguish them from other HTTP headers.
-
-
In the Column Name field, enter the tag key that you want to create a column for. The value of each tag that has this key will be indexed in the created column.
-
Click Add. The attribute is added. This attribute will be indexed.
-
-
Click Save to save your changes.
A background indexing task now starts and a restore point named VAST catalog stream (point #) on the protected path VAST catalog stream is created. When the progress of the restore point reaches 100%, VAST Catalog is indexed and ready for querying. You can watch the restore point progress from the Restore Points tab of the Data Protection page.
To view the VAST Catalog configuration, use vastcatalogconfig list.
To enable or disable VAST Catalog and to modify the periodic snapshot schedule, use vastcatalogconfig modify.
To add, list or remove columns for user-defined attributes, use vastcatalogindexedcolumn add, vastcatalogindexedcolumn list and vastcatalogindexedcolumn remove.
To remove a VAST Catalog configuration and schedule, use vastcatalogindexedcolumn remove.
To create a VAST Catalog periodic snapshot schedule, use vastcatalogconfig create:
Comments
0 comments
Article is closed for comments.