Materialized views are excessively stored query execution results in the database. They can be used to partially or completely answer queries which will be further appeared instead of re-executing query from the scratch. There is a large number of published works that address the maintenance, especially incremental update, of materialized views and query rewriting for using those ones. Some of them support materialized views based on recursive query in datalog language. Although most of datalog queries can be transferred into SQL queries and vise versa but it is not the case for recursive queries. Recursive queries in the data log try to find all possible transitive closures. Recursive queries in SQL (Common Table Expression – CTE) return d...
Abstract. We examine the power of incremental evaluation systems that use an SQL-like language for m...
Materialized views have been found to be very effective at speeding up queries, and are increasingly...
It is common knowledge that relational calculus and even SQL are not expressive enough to express re...
Materialized views are excessively stored query execution results in the database. They can be used ...
Views are a central component of both traditional database systems and new applications such as data...
Materialized views can help improve query execution speed dramatically using full or part of stored ...
AbstractWe study the problem of maintaining recursively defined views, such as the transitive closur...
Semistructured data is not strictly typed like relational or object-oriented data and may be irregul...
Semistructured data is not strictly typed like relational or object-oriented data and may be irregul...
This paper presents a unifying approach to processing of (recursive) queries and updates in a deduct...
This work discusses the CROQUE approach to the maintenance problem for materialized views. In a CROQ...
This work discusses the CROQUE approach to the maintenance problem for materialized views. In a CROQ...
We study the problem of maintaining recursively-defined views, such as the transitive closure of a r...
Abstract. Previous research on materialized views has primarily been in the context of flat relation...
We study the problem of maintaining recursively-dened views, such as the transitive closure of a rel...
Abstract. We examine the power of incremental evaluation systems that use an SQL-like language for m...
Materialized views have been found to be very effective at speeding up queries, and are increasingly...
It is common knowledge that relational calculus and even SQL are not expressive enough to express re...
Materialized views are excessively stored query execution results in the database. They can be used ...
Views are a central component of both traditional database systems and new applications such as data...
Materialized views can help improve query execution speed dramatically using full or part of stored ...
AbstractWe study the problem of maintaining recursively defined views, such as the transitive closur...
Semistructured data is not strictly typed like relational or object-oriented data and may be irregul...
Semistructured data is not strictly typed like relational or object-oriented data and may be irregul...
This paper presents a unifying approach to processing of (recursive) queries and updates in a deduct...
This work discusses the CROQUE approach to the maintenance problem for materialized views. In a CROQ...
This work discusses the CROQUE approach to the maintenance problem for materialized views. In a CROQ...
We study the problem of maintaining recursively-defined views, such as the transitive closure of a r...
Abstract. Previous research on materialized views has primarily been in the context of flat relation...
We study the problem of maintaining recursively-dened views, such as the transitive closure of a rel...
Abstract. We examine the power of incremental evaluation systems that use an SQL-like language for m...
Materialized views have been found to be very effective at speeding up queries, and are increasingly...
It is common knowledge that relational calculus and even SQL are not expressive enough to express re...