Hadoop Hbase-0.20.2 performance evaluation

Hbase is the open source version of BigTable - distributed storage system developed by Google for the management of large volume of structured data. Hbase emulates most of the functionalities provided by BigTable. Like most non SQL database systems, Hbase is written in Java. The current work's...

Ausführliche Beschreibung

Gespeichert in:
Bibliographische Detailangaben
Hauptverfasser: Carstoiu, D, Cernian, A, Olteanu, A
Format: Tagungsbericht
Sprache:eng
Schlagworte:
Online-Zugang:Volltext bestellen
Tags: Tag hinzufügen
Keine Tags, Fügen Sie den ersten Tag hinzu!
Beschreibung
Zusammenfassung:Hbase is the open source version of BigTable - distributed storage system developed by Google for the management of large volume of structured data. Hbase emulates most of the functionalities provided by BigTable. Like most non SQL database systems, Hbase is written in Java. The current work's purpose is to evaluate the performances of the Hbase-0.20.2 implementation in comparison with those of the Hbase-0.20.0 implementation, and, of course, with the performances offered by BigTable. The tests aim at evaluating the performances regarding the random writing and random reading of rows, how they are affected by increasing the number of servers, by the number of column families and by the system configuration parameters.