You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Saurabh Mahapatra (JIRA)" <ji...@apache.org> on 2017/11/10 16:45:00 UTC

[jira] [Created] (DRILL-5951) Transaction Support (CRUD) operations on HBase and MongoDB

Saurabh Mahapatra created DRILL-5951:
----------------------------------------

             Summary: Transaction Support (CRUD) operations on HBase and MongoDB
                 Key: DRILL-5951
                 URL: https://issues.apache.org/jira/browse/DRILL-5951
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Saurabh Mahapatra


As a user, I would like support for basic CRUD operations through Drill. I understand that Drill is an analytics query engine that should work on historical data stored in my databases but there are times when I would like to make an update on a specific set of rows (as a batch or otherwise) and running an ETL job that processes the entire dataset is too cumbersome. 

Even Apache Phoenix project is also beginning to introduce these new semantics:
https://phoenix.apache.org/transactions.html

It would be good if we can have the same so that I do not have to use two different query engines. 

From a priority standpoint, HBase and MongoDB would be the first that I would request this support for because of their popularity.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)