How does query processing and query optimization related?

 Query processing and optimization are a fundamental, if not critical, part of any DBMS. To be utilized effectively, the results of queries must be available in the timeframe needed by the submitting user—be it a person, robotic assembly machine, or even another distinct and separate DBMS. 

OR,

Maintaining large databases with high performance is called database query optimization. A distributed database is a group of autonomous cooperating centralized databases, in that query processing requires transferring data from one system to another through a communication network. In the query optimization process, the cost is always associated with each and every query execution plan (QEP).



Comments

Popular posts from this blog

Suppose that a data warehouse consists of the four dimensions; date, spectator, location, and game, and the two measures, count and charge, where charge is the fee that a spectator pays when watching a game on a given date. Spectators may be students, adults, or seniors, with each category having its own charge rate. a) Draw a star schema diagram for the data b) Starting with the base cuboid [date; spectator; location; game], what specific OLAP operations should perform in order to list the total charge paid by student spectators at GM Place in 2004?

Explain Parallel Efficiency of MapReduce.

Short Note on Security Architecture of E-governance