Database caching is a process included in the design of computer applications which generate web pages on-demand (dynamically) by accessing backend databases. When these applications are deployed on multi-tier environments that involve browser-based clients, web application servers and backend databases, middle-tier database caching is used to achieve high scalability and performance.
Attributes | Values |
---|
rdf:type
| |
rdfs:label
| - Database caching (en)
- Кэш запросов (СУБД) (ru)
|
rdfs:comment
| - Database caching is a process included in the design of computer applications which generate web pages on-demand (dynamically) by accessing backend databases. When these applications are deployed on multi-tier environments that involve browser-based clients, web application servers and backend databases, middle-tier database caching is used to achieve high scalability and performance. (en)
- Кэш запро́сов в СУБД — область оперативной или внешней памяти, хранящей план выполнения запроса, соответствующий запросу с определённой семантикой. Кэш запросов используется для уменьшения времени ответа СУБД для часто используемых запросов. План выполнения запроса помещается в кэш и ассоциируется с синтаксическим деревом или текстом запроса. Впоследствии, если семантика входящего запроса соответствует семантике некоторого запроса, помещённого в кэш, то СУБД использует сохранённый план выполнения, а не генерирует его. (ru)
|
dcterms:subject
| |
Wikipage page ID
| |
Wikipage revision ID
| |
Link from a Wikipage to another Wikipage
| |
Link from a Wikipage to an external page
| |
sameAs
| |
dbp:wikiPageUsesTemplate
| |
has abstract
| - Database caching is a process included in the design of computer applications which generate web pages on-demand (dynamically) by accessing backend databases. When these applications are deployed on multi-tier environments that involve browser-based clients, web application servers and backend databases, middle-tier database caching is used to achieve high scalability and performance. In a three tier architecture, the application software tier and data storage tier can be in different hosts. Throughput of an application can be limited by the network speed. This limitation can be minimized by having the database at the application tier. Because commercial database software makes extensive use of system resources, it is not always practical to have the application and the database at the same host. In this case, a more light-weight database application can be used to cache data from the commercial database management system. (en)
- Кэш запро́сов в СУБД — область оперативной или внешней памяти, хранящей план выполнения запроса, соответствующий запросу с определённой семантикой. Кэш запросов используется для уменьшения времени ответа СУБД для часто используемых запросов. План выполнения запроса помещается в кэш и ассоциируется с синтаксическим деревом или текстом запроса. Впоследствии, если семантика входящего запроса соответствует семантике некоторого запроса, помещённого в кэш, то СУБД использует сохранённый план выполнения, а не генерирует его. Перед помещением в кэш запрос очищается от элементов, не влияющих на структуру плана. Такими элементами могут быть, например, константы. (ru)
|
gold:hypernym
| |
prov:wasDerivedFrom
| |
page length (characters) of wiki page
| |
foaf:isPrimaryTopicOf
| |
is Link from a Wikipage to another Wikipage
of | |
is Wikipage redirect
of | |
is foaf:primaryTopic
of | |