Program transformations for asynchronous query submission

Chavan, Mahendra ; Guravannavar, Ravindra ; Ramachandra, Karthik ; Sudarshan, S. (2011) Program transformations for asynchronous query submission In: IEEE 27th International Conference on Data Engineering.

Full text not available from this repository.

Official URL: http://doi.org/10.1109/ICDE.2011.5767870

Related URL: http://dx.doi.org/10.1109/ICDE.2011.5767870

Abstract

Synchronous execution of queries or Web service requests forces the calling application to block until the query/request is satisfied. The performance of applications can be significantly improved by asynchronous submission of queries, which allows the application to perform other processing instead of blocking while the query is executed, and to concurrently issue multiple queries. Concurrent submission of multiple queries can allow the query execution engine to better utilize multiple processors and disks, and to reorder disk IO requests to minimize seeks. Concurrent submission also reduces the impact of network round-trip latency and delays at the database, when processing multiple queries. However, manually writing applications to exploit asynchronous query submission is tedious. In this paper we address the issue of automatically transforming a program written assuming synchronous query submission, to one that exploits asynchronous query submission. Our program transformation method is based on dataflow analysis and is framed as a set of transformation rules. Our rules can handle query executions within loops, unlike some of the earlier work in this area. We have built a tool that implements our transformation techniques on Java code that uses JDBC calls; our tool can be extended to handle Web service calls. We have carried out a detailed experimental study on several real-life applications rewritten using our transformation techniques. The experimental study shows the effectiveness of the proposed rewrite techniques, both in terms of their applicability and performance gains achieved.

Item Type:Conference or Workshop Item (Paper)
Source:Copyright of this article belongs to IEEE
ID Code:128480
Deposited On:21 Oct 2022 10:52
Last Modified:15 Nov 2022 09:58

Repository Staff Only: item control page