cancel
Showing results for 
Search instead for 
Did you mean: 

Materialized view in ASA-9

2,076

Hi,

How to create a materialized view in ASA-9?

VolkerBarth
Contributor
0 Kudos

...wasn't that already answered (and now deleted) on that other question🙂

0 Kudos

Sorry, Volker Barth, I thought you had suggested creating new question.

VolkerBarth
Contributor
0 Kudos

Yes, it's alright, please note the ":)" in my comment above...

Accepted Solutions (1)

Accepted Solutions (1)

Breck_Carter
Participant

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).

VolkerBarth
Contributor
0 Kudos

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.

Answers (0)