What do you mean by evaluation expression?

 EVALUATION OF EXPRESSION

We have studied how individual relational operations are carried out. The obvious way to evaluate an expression is simply to evaluate one operation at a time, in an appropriate order. Now we consider how to evaluate an expression containing multiple operations. There are two approaches to how a query execution tree can be evaluated:

Materialization: Compute the result of an evaluation primitive and materialize (store) the new relation on the disk.

 Pipelining: Pass on tuples to parent operations even while an operation is still being executed.



Comments

Popular posts from this blog

What are different steps used in JDBC? Write down a small program showing all steps.

Discuss classification or taxonomy of virtualization at different levels.

Pure Versus Partial EC