开发者

How to Design HBase Schema

开发者 https://www.devze.com 2023-03-12 18:17 出处:网络
We have currently one running project which uses RDBMS database( with lots of tables and stored procedures for manipulating data). The current flow is like : the data access layer will call stored pro

We have currently one running project which uses RDBMS database( with lots of tables and stored procedures for manipulating data). The current flow is like : the data access layer will call stored procedures, which will insert/delete/update or fetch data from RDBMS(please note that these stored procedures are not doing any bulk proccesses.). The current data structure contains lots of primary key, foreign key relation ship and have lots of updates to existing database tables.a I just want to know whether we can use HBase for our purpose? then how can we use Hadoop with HB开发者_开发知识库ase replacing RDBMS?


You need to ask yourself, what is the RDBMS not doing for you, and what is it that you hope to achieve by moving to Hadoop/HBase?

This article may help. There are a lot more. http://it.toolbox.com/blogs/madgreek/nosql-vs-rdbms-apples-and-oranges-37713

If the purpose is trying new technology, I suggest trying their tutorial/getting started.

If it's a clear problem you're trying to solve, then you may want to articulate the problem.

Good Luck!


I hesitate to suggest replacing your current rdbms simply because of the large developer effort that you've already spent. Consider that your organization probably has no employees with the needed experience for hbase. Moving to hbase with the attendant data conversion and application rewriting will be very expensive and risky.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号