on 2013 Feb 06 7:30 AM
You cannot. Materialized views were introduced in SQL Anywhere 10.
FYI SQL Anywhere 12 is the most current version, and version 16 is coming soon (skipping numbers 13, 14 and 15).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
FWIW, with older versions, one can surely "mimic" materialized views by using base tables (possibly global temporary ones) and "re-fill them" automatically (on demand or on a scheduled basis) and revoke users rights to modify the contents directly. - Apparently, that cannot help for "view matching" (i.e. the automatic usage of such views in queries without directly referencing them) - but that advanced feature may not the required in many cases.
Note, that immediate views (i.e. automatically freshened ones) have been introduced in v11.
User | Count |
---|---|
73 | |
10 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.