@article{MAKHILLJEAS2019141217966,
    title = {HBase Based Multi-Row Transaction Management Techniques},
    journal = {Journal of Engineering and Applied Sciences},
    volume = {14},
    number = {12},
    pages = {4102-4108},
    year = {2019},
    issn = {1816-949x},
    doi = {jeasci.2019.4102.4108},
    url = {https://makhillpublications.co/view-article.php?issn=1816-949x&doi=jeasci.2019.4102.4108},
    author = {Jeong-Joon},
    keywords = {Multi-row transaction,HBase,concurrency control,transaction recovery,proportional,conventional relational},
    abstract = {Recently, NoSQL (Not Only SQL) is receiving attention as one of the technologies to deal with big
data countless users are making around the world. NoSQL is a database presented as an alternative to the
technical and monetary restrictions of conventional relational database and focusing on availability and
expandability for swift treatment of atypical data. But NoSQL does not guarantee data integrity because it
abandons transaction for availability and scalability. Thus, studies are underway to implement the multi-row
transaction on NoSQL in particular, various studies on the multi-row transaction system based on HBase has
been actively in progress. However, traditional studies are limited to performance improvement proportional
to number of clients and low concurrency because there are too many information that column manages.
Therefore, in this study, propose an efficient multi-row transaction system based on HBase has exceptional
performance improvement proportional to number of clients and supports high concurrency. This system
creates column for managing transaction information. In addition, designs and implements the transaction
manager for efficiently controlling the state of transaction and communication manager for exchanging
information it need for transaction by communicating with HBase.}
    }