International Conference on Advances in Science and Technology |
Foundation of Computer Science USA |
ICAST2015 - Number 1 |
February 2016 |
Authors: Chetan Mhatre, Fareen Shaikh, Ritesh Kamble, Shubham Singh, Shilpa Kolte |
ff07bb2f-8edd-43f9-90f4-da4f7b3286f9 |
Chetan Mhatre, Fareen Shaikh, Ritesh Kamble, Shubham Singh, Shilpa Kolte . An Introduction to Big Table: A Storage Model for Handling Massive Volumes of Structured Data. International Conference on Advances in Science and Technology. ICAST2015, 1 (February 2016), 12-15.
Bigtable is a storage model designed for handling massive amount of data mainly over distributed systems. It stores data in tabular format but it is not a relational database. It is the proprietary system of Google Inc. It is fault tolerant, persistent and highly scalable. It is written in java, python, go and ruby. It has been at the heart of many google systems including google web search, gmail etc. In this paper the basic data model of the Bigtable is explained along with some concepts related to Bitable.