Adaptive Server 15.7 ESD #2 contains new and changed commands.
| Command | Description |
|---|---|
| create {precomputed result set | materialized view } | Defines precomputed result sets. |
| alter {precomputed result set | materialized view } | Alters the properties or policies of a precomputed result set. |
| refresh {precomputed result set | materialized view } | Refreshes the specified precomputed result set. |
| drop {precomputed result set | materialized view } | Drops a precomputed result set. |
| truncate {precomputed result set | materialized view } | Truncates the data in a precomputed result set. |
| dump configuration | Creates a backup of the Adaptive Server configuration files into a specified dump directory. The copy is created by the Adaptive Server, not the Backup Server. |
| Command | Change |
|---|---|
| alter database | noasync_init – Indicates that you are extending a database, and that Adaptive Server initializes the extended space asynchronously |
| alter table |
|
| create database |
|
| create index | Allows you to issue a parallel form of create index that uses the query execution engine to more efficiently execute the command. |
| create table |
|
| dump database | Dumps a database according to the settings in the dump configuration file. |
| grant |
|
| grant role | where pred_expression – The SQL condition that must be satisfied when the named role is activated. |
| load database | New parameters:
|
| load transaction | listonly=create_sql – generates a sequence of create database and alter database SQL statements. |
| merge | merge target tables may include triggers. |
| reorg rebuild | with online – allows you to reorganize your data without taking it offline |
| set |
|
| update statistics |
|
update index statistics, update statistics, and update all statistics include the print_progress parameter, which allows these commands to display progress messages.
See the Reference Manual: Commands.