Creating Database Views
You can create database views using the Spark client when connected to a VAST Database. Views allow you to save queries and re-use them in other queries.
Database views are stored queries that present a part of a VAST Database. They are created and managed using the client application and stored in a table in the database itself. They can be used in other queries on the database.
Action | Example |
|---|---|
Create a view | |
List views | |
Show details for a view | |
Rename a view | |
Redefine a view | |
Using a view in a query | |
Limitations
View properties are not supported
Full table names must be used in view queries
User-defined column names and comments are lost if the schema of the query changes when redefining a view