We propose a new type of materialized view called a partially materialized view. A partially mate-rialized view only materializes some of the rows, for example, the most frequently accessed rows, which reduces storage space and view maintenance effort. One or more control tables are associated with the view and define which rows are currently materialized. As a result, one can easily change which rows of the view are stored and maintained. We show how to extend view matching and maintenance algorithms to partially materialized views and outline several potential applications of the new view type. Experimental results in Microsoft SQL Server show that compared with fully materialized views, partially materialized views have lower storage req...
This is a draft of my contribution to a book chapter (doi: 10.4018/978-1-60566-816-1.ch005). We main...
The problem of materialized view selection has been long researched, and many approaches have been p...
Query processing can be sped up by keeping frequently accessed users' views materialized. Howev...
Materialized views have been found to be very effective at speeding up queries, and are increasingly...
We consider a variant of the view maintenance problem: How does one keep a materialized view up-to-d...
We consider a variant of the view maintenance problem: How does one keep a materialized view up-to-d...
Automatically selecting an appropriate set of materialized views and indexes for SQL databases is a ...
Semistructured data is not strictly typed like relational or object-oriented data and may be irregul...
Abstract. Queries to data warehouses often involve hundreds of complex aggregations over large volum...
Materialized views (MV) can significantly improve the query performance of relational databases. In ...
Semistructured data is not strictly typed like relational or object-oriented data and may be irregul...
Currently, database management systems have various tools such as backup and maintenance, and also p...
A data warehouse uses multiple materialized views to efficiently process a given set of queries. Mat...
Abstract. The materialized view selection is a non-trivial task. Hence, its complexity must be reduc...
Materialized views offer opportunities for significant performance gain in query evaluation by provi...
This is a draft of my contribution to a book chapter (doi: 10.4018/978-1-60566-816-1.ch005). We main...
The problem of materialized view selection has been long researched, and many approaches have been p...
Query processing can be sped up by keeping frequently accessed users' views materialized. Howev...
Materialized views have been found to be very effective at speeding up queries, and are increasingly...
We consider a variant of the view maintenance problem: How does one keep a materialized view up-to-d...
We consider a variant of the view maintenance problem: How does one keep a materialized view up-to-d...
Automatically selecting an appropriate set of materialized views and indexes for SQL databases is a ...
Semistructured data is not strictly typed like relational or object-oriented data and may be irregul...
Abstract. Queries to data warehouses often involve hundreds of complex aggregations over large volum...
Materialized views (MV) can significantly improve the query performance of relational databases. In ...
Semistructured data is not strictly typed like relational or object-oriented data and may be irregul...
Currently, database management systems have various tools such as backup and maintenance, and also p...
A data warehouse uses multiple materialized views to efficiently process a given set of queries. Mat...
Abstract. The materialized view selection is a non-trivial task. Hence, its complexity must be reduc...
Materialized views offer opportunities for significant performance gain in query evaluation by provi...
This is a draft of my contribution to a book chapter (doi: 10.4018/978-1-60566-816-1.ch005). We main...
The problem of materialized view selection has been long researched, and many approaches have been p...
Query processing can be sped up by keeping frequently accessed users' views materialized. Howev...