Login  Register

when plan to implemnt merge operation

Posted by 孙而焓 on May 26, 2017; 4:47am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/when-plan-to-implemnt-merge-operation-tp13228.html

hello,
        my team is trying to implement merge operation,
        merge   scenario like the following:
             compare records in two tables(same structure,different amout of records)and modify big one ,
            1. if small.id=big.id and small.date<big.data then update bigtable,
            2. if small.id not in big then insert bigtable.
        our solution to this scenario is:
            1. append the smalltable  into bigtable
            2. delete  records from bigtable which have have the same id and leave the one which have the biggest date in bigtable in the back concurrently.
  My question is if Apache Carbon Community has plan to implement similar operation?



[hidden email]
孙而焓【FFCS研究院】