Columnfamilies in HBase

Column-families are basically a group of columns which have the same attributes. They help define a set of shared features to the group of columns that are a part of the family. Naming convention for HBase column families is family:name For example, a column Science which belongs to column family Subject will be represented as... Continue Reading →

What is Database Sharding ?

When data scales up to a huge size, we start looking for ways to manage it effectively. One way to effectively manage scaling data is Sharding.  What exactly happens in Sharding ? Horizontal splitting of data across multiple tables is termed as Sharding. In simple words, if you have a list if items and you... Continue Reading →

Install Java JDK On Ubuntu

Welcome Guys, to my first blog-post. The aim of my blog to help viewers learn some awesome stuff !! The video above is a typical how-to video which explains how to install Java JDK on a Linux machine. Someone might ask why ? If i could install the JDK on my regular Windows machine, why... Continue Reading →

Blog at WordPress.com.

Up ↑