WebView materialization

Citation
A. Labrinidis et N. Roussopoulos, WebView materialization, SIG RECORD, 29(2), 2000, pp. 367-378
Citations number
27
Categorie Soggetti
Computer Science & Engineering
Journal title
SIGMOD RECORD
ISSN journal
01635808 → ACNP
Volume
29
Issue
2
Year of publication
2000
Pages
367 - 378
Database
ISI
SICI code
0163-5808(200006)29:2<367:WM>2.0.ZU;2-1
Abstract
A WebView is a web page automatically created from base data typically stor ed in a DBMS. Given the multi-tiered architecture behind database-backed we b servers, we have the option of materializing a WebView inside the DBMS,at the web server, or not at all, always computing it on the fly (virtual). S ince WebViews must be up to date, materialized WebViews are immediately ref reshed with every update on the base data. In this paper we compare the thr ee materialization policies (materialized inside the DBMS,; materialized at the web server and virtual) analytically, through a detailed cost model, a nd quantitatively, through extensive experiments on an implemented system. Our results indicate that materializing at the web server is a more scalabl e solution and can facilitate an order of magnitude more users than the vir tual and materialized inside the DBMS policies, even under high update work loads.