How cache is implemented in web application for DB queries?

Answer Posted / bhanu, patna(bihar)

Many e-Business applications today are being developed and
deployed on multi-tier environments involving browser-based
clients, web application servers and backend databases. The
dynamic nature of these applications necessitates
generating web pages on-demand, making middle-tier database
caching an effective approach to achieve high scalability
and performance [3]. In the DBCache project, we are
incorporating a database cache feature in DB2 UDB by
modifying the engine code and leveraging existing federated
database functionality. This allows us to take advantage of
DB2's sophisticated distributed query processing power for
database caching. As a result, the user queries can be
executed at either the local database cache or the remote
backend server, or more importantly, the query can be
partitioned and then distributed to both databases for cost
optimum execution.DBCache also includes a cache
initialization component that takes a backend database
schema and SQL queries in the workload, and generates a
middle-tier database schema for the cache. We have
implemented an initial prototype of the system that
supports table level caching. As DB2's functionality is
extended, we will be able to support subtable level
caching, XML data caching and caching of execution results
of web services.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is sorted list in c#?

510


What are the variables in c#?

502


Explain data types in c#?

518


What is using keyword?

527


Define a jagged array in c#?

484






Why do we need static class in c#?

572


Can the nested class access, the containing class. Give an example?

473


What do you mean by the delegate in c#?

509


Can we inherit private class in c#?

492


What is transparent caching with aop ?

624


What are types of constructor?

473


What is clr namespace?

492


How do you encapsulate in c#?

480


How to transpose multi-dimensional array?

556


What are winforms in c#?

501