CFP last date
20 May 2024
Call for Paper
June Edition
IJCA solicits high quality original research papers for the upcoming June edition of the journal. The last date of research paper submission is 20 May 2024

Submit your paper
Know more
Reseach Article

An Introduction to Big Table: A Storage Model for Handling Massive Volumes of Structured Data

Published on February 2016 by Chetan Mhatre, Fareen Shaikh, Ritesh Kamble, Shubham Singh, Shilpa Kolte
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.

@article{
author = { Chetan Mhatre, Fareen Shaikh, Ritesh Kamble, Shubham Singh, Shilpa Kolte },
title = { An Introduction to Big Table: A Storage Model for Handling Massive Volumes of Structured Data },
journal = { International Conference on Advances in Science and Technology },
issue_date = { February 2016 },
volume = { ICAST2015 },
number = { 1 },
month = { February },
year = { 2016 },
issn = 0975-8887,
pages = { 12-15 },
numpages = 4,
url = { /proceedings/icast2015/number1/24218-3003/ },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Proceeding Article
%1 International Conference on Advances in Science and Technology
%A Chetan Mhatre
%A Fareen Shaikh
%A Ritesh Kamble
%A Shubham Singh
%A Shilpa Kolte
%T An Introduction to Big Table: A Storage Model for Handling Massive Volumes of Structured Data
%J International Conference on Advances in Science and Technology
%@ 0975-8887
%V ICAST2015
%N 1
%P 12-15
%D 2016
%I International Journal of Computer Applications
Abstract

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.

References
  1. Mike Burrows, The Chubby lock service for loosely-coupled distributed systems (OSDI 06).
  2. Fay Chang, Jeffrey Dean, Sanjay Ghemawat, Wilson C Hsieh, Deborah A. Wallach Mike Burrows, Tushar Chandra, Andrew Fikes, Robert E. Gruber, Bigtable : A Distributed Storage System for Structured Data (OSDI 06).
  3. Washington. eduhttp://www. cs. washington. edu/events/colloquia/archive?id=437
  4. Official documentation of Google cloud Bigtable: https://cloud. google. com/bigtable/docs
  5. Google I/O 2009 – Mercurial on Bigtable https://www. youtube. com/watch?v=ri796Hx8las
  6. Google I/O 2008 , Underneath the Covers at Google: Current Systems and Future Directions Jeff Dean (Google), https://www. youtube. com/watch?v=qsan-GQaeyk
  7. stackoverflow. com/questions/2576012/what-is-an-sstable
  8. Whitchcock, Andrew, Google's Bitable:http://andrewhitchcock. org/?post=214
  9. http://static. googleusercontent. com/media/research. google. com/en//archive/gfs-sosp2003. pdf
  10. Bill howe on Bigtable at the University of Washington https://class. coursera. org/datasci-002/lecture/107
  11. https://en. wikipedia. org/wiki/Bigtable#cite_ref-o. 27reilly_12-0
  12. http://www. slideshare. net/zafargilani/bigtable-15039321?qid=b7358981-5dfe-4a59-ae29-d933d0da9a46&v=qf1&b=&from_search=11
  13. http://read. seas. harvard. edu/cs261/2011/bigtable. html
Index Terms

Computer Science
Information Sciences

Keywords

Big Data Bigtable Distributed Storage System.