About 28,300 results
Open links in new tab
  1. Apache HBase

    Apache HBase® is the Hadoop database, a distributed, scalable, big data store.

  2. Apache HBase - GeeksforGeeks

    3 days ago · Apache HBase is a distributed, scalable, NoSQL database built on top of the Hadoop Distributed File System (HDFS). It is modeled after Google's Bigtable and is designed for storing …

  3. Apache HBase – Apache HBase™ Home

    Apache HBase™ is the Hadoop database, a distributed, scalable, big data store. Use Apache HBase™ when you need random, realtime read/write access to your Big Data. This project's goal is the …

  4. Downloads - Apache HBase

    Download Apache HBase releases, connectors, and operator tools with verification hashes and signatures.

  5. Apache HBase - Wikipedia

    HBase is an open-source non-relational distributed database modeled after Google's Bigtable and written in Java. It is developed as part of Apache Software Foundation 's Apache Hadoop project and …

  6. GitHub - apache/hbase: Apache HBase

    Apache HBase is an open-source, distributed, versioned, column-oriented store modeled after Google's Bigtable: A Distributed Storage System for Structured Data by Chang et al. Just as Bigtable …

  7. What is HBase? - Apache HBase Explained - AWS

    Apache HBase is an open-source, NoSQL, distributed big data store. It enables random, strictly consistent, real-time access to petabytes of data. HBase is very effective for handling large, sparse …

  8. Architecture of HBase - GeeksforGeeks

    Dec 8, 2025 · HBase is a distributed, scalable, NoSQL database built on top of Hadoop. It is designed to store huge amounts of structured or semi-structured data and provide fast, random read/write …

  9. HBase Tutorial for Beginners: What is HBase? Learn in 3 Days!

    Dec 17, 2025 · Hbase is a column-oriented database management system that runs on top of HDFS (Hadoop Distributed File System). In this HBase tutorial for beginners, you will learn Apache HBase …

  10. 什么是HBase?终于有人讲明白了 - Data跳动 - 博客园

    May 30, 2022 · 一、初识HBase HBase 是一个面向列式存储的分布式数据库,其设计思想来源于 Google 的 BigTable 论文。HBase 底层存储基于 HDFS 实现,集群的管理基于 ZooKeeper 实现。HBase 良 …