Treffer: Asynchronous Data Access and Transaction Decomposition in Distributed Databases.

Title:
Asynchronous Data Access and Transaction Decomposition in Distributed Databases.
Source:
International Journal of Advanced Research in Computer Science; Mar2014 Special Issue, Vol. 5 Issue 2, p26-30, 5p
Database:
Complementary Index

Weitere Informationen

A RDBMS is usually accessed using blocking drivers like JDBC/ODBC which require clients to block and wait for the result of each query they issue. An asynchronous database access mechanism would eliminate the need for such blocking and greatly improve client performance. Thread-Per-Connection and Thread Pooling are two methods currently being used to provide this asynchrony. These methods require the use of multiple threads in the database server, which provides the clients with access to the database. This is inefficient since a lot of memory and computing power is spent in creating, scheduling and switching multiple threads. In this paper, we show how asynchronous database access can be achieved with a single thread using the Fork-Join mechanism which employs Future objects in Java. We also show how Asynchronous Transaction Decomposition in distributed databases can help improve client performance. [ABSTRACT FROM AUTHOR]

Copyright of International Journal of Advanced Research in Computer Science is the property of International Journal of Advanced Research in Computer Science and its content may not be copied or emailed to multiple sites without the copyright holder's express written permission. Additionally, content may not be used with any artificial intelligence tools or machine learning technologies. However, users may print, download, or email articles for individual use. This abstract may be abridged. No warranty is given about the accuracy of the copy. Users should refer to the original published version of the material for the full abstract. (Copyright applies to all Abstracts.)