Thanks. I've looked brievly at HBase and thought, that is was designed for very large datasets only. But now i've got the feeling that it's also suitable for distributed, scalable persitence of small datasets under huge requests. Is it this way?

Leon Mergen schrieb:
Hello,

On Tue, Aug 5, 2008 at 8:11 PM, Mork0075 <[EMAIL PROTECTED]> wrote:

So my question: is there a Hadoop scenario for "non computation heavy but
heavy load" web applications?


I suggest you look into HBase, a subproject of hadoop:
http://hadoop.apache.org/hbase/ -- it is designed after google's Bigtable
and works on top of Hadoop's DFS. It allows quick retrieval of small
portions of data, in a distributed fashion.

Regards,

Leon Mergen


Reply via email to