Program Transformations for Asynchronous and Batched Query Submission

Ramachandra, Karthik ; Chavan, Mahendra ; Guravannavar, Ravindra ; Sudarshan, S. (2015) Program Transformations for Asynchronous and Batched Query Submission IEEE Transactions on Knowledge and Data Engineering, 27 (2). pp. 531-544. ISSN 1041-4347

Full text not available from this repository.

Official URL: http://doi.org/10.1109/TKDE.2014.2334302

Related URL: http://dx.doi.org/10.1109/TKDE.2014.2334302

Abstract

The performance of database/web-service backed applications can be significantly improved by asynchronous submission of queries/requests well ahead of the point where the results are needed, so that results are likely to have been fetched already when they are actually needed. However, manually writing applications to exploit asynchronous query submission is tedious and error-prone. 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 data flow analysis and is framed as a set of transformation examples. Our examples can handle query executions within loops, unlike some of the earlier work in this area. We also present a novel approach that, at runtime, can combine multiple asynchronous requests into batches, thereby achieving the benefits of batching in addition to that of asynchronous submission. We have built a tool that implements our transformation techniques on Java programs that use 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, which shows the effectiveness of the proposed rewrite techniques, both in terms of their applicability and the performance gains achieved.

Item Type:Article
Source:Copyright of this article belongs to IEEE
ID Code:128462
Deposited On:21 Oct 2022 09:17
Last Modified:21 Oct 2022 09:17

Repository Staff Only: item control page