Speakers | |
---|---|
Lars George | |
Schedule | |
Day | Sunday |
Room | AW1.120 |
Start time | 11:00 |
End time | 11:45 |
Duration | 00:45 |
Info | |
Event type | Podium |
Track | NoSQL |
Language | English |
My life with HBase
HBase is an Open Source implementation of Google's BigTable architecture. Its goal is the hosting of very large tables - billions of rows, millions of columns - atop clusters of "commodity" hardware.
This talk reports on findings along the way of setting up HBase clusters of various size and use. It addresses technical challenges that were faced during the setup as well as best practices developed along the way. More in detail the talk will address:
- HBase - What is it? How does it compare?
- Cluster Requirements
- Design decisions
- Status Quo
- Future/Roadmap