期刊名称:International Journal of Database Management Systems
印刷版ISSN:0975-5985
电子版ISSN:0975-5705
出版年度:2014
卷号:6
期号:2
页码:49
DOI:10.5121/ijdms.2014.6204
出版社:Academy & Industry Research Collaboration Center (AIRCC)
摘要:This paper is based on relatively newer approach for query optimization in object databases, which usesquery decomposition and cached query results to improve execution a query. Issues that are focused here isfast retrieval and high reuse of cached queries, Decompose Query into Sub query, Decomposition ofcomplex queries into smaller for fast retrieval of result.Here we try to address another open area of query caching like handling wider queries. By using someparts of cached results helpful for answering other queries (wider Queries) and combining many cachedqueries while producing the result.Multiple experiments were performed to prove the productivity of this newer way of optimizing a query.The limitation of this technique is that it’s useful especially in scenarios where data manipulation rate isvery low as compared to data retrieval rate.
关键词:Query Caching; Query Decomposition; Query Optimization; Stack Based Approach (SBA); Stack-Based;Query Language (SBQL); Object Databases.