DBPedias

Your Database Knowledge Community

HBase

HBase is an open source, non-relational, distributed database modeled after Google's BigTable and is written in Java. It is developed as part of Apache Software Foundation's Apache Hadoop project and runs on top of HDFS, providing a fault-tolerant way of storing large quantities of sparse data.

  1. Apache Cassandra on Windows? Absolutely!

    Outside of politics and religion, nothing can get the blood rolling in tech folk’s bodies more than a healthy debate on the merits of operating systems, such as Linux vs. Windows vs. Mac. Personally, I’ve never used Mac in a production environment, but I have plenty of experience ...

  2. BigData Driving Adoption of NoSQL in the Enterprise

    According to a recent Evans Data Study, “NoSQL is being rapidly accepted by corporate enterprise developers in North America with 56% reporting at least some use of the schemaless database and 63% citing plans to use in the next two years according to Evans Data’s recently released North American ...

    Item Information

    Published
    Contributor
    Josh Howard
    Comments
    0 comments
    Tags
    hbase, hadoop, cassandra, simpledb, azure, hive, nosql, mongodb
    Content Type
    Item
  3. Building Our Own Federated Database

    We’ve already talked about The Promise and Failure of Federated Databases and Why Don’t We Have Federated Databases. At the end of the second post I concluded that the only real way to solve this problem is to build the federated database ourselves. Before you ask, “Does he ...

  4. Why Don’t We Have Federated Databases?

    Federated databases are a dream that have not materialized. The SQL/MED extension to the ANSI/ISO SQL specification is a step in the right direction. In addition, both SQL Server and Oracle have proprietary extensions that make it possible to query external data sources. If all of this technology ...

  5. The Promise and Failure of Federated Data

    One of the biggest problems facing businesses today is integrating data from multiple sources. The holy grail of data integration is called a federated database system. Basically, a federated database stores meta data about other databases and makes it easier to integrate them through a single interface. Many relational databases ...

  6. Data Durability

    A friend of mine half-jokingly says that the only reason to put data into a database is to get it back out again. In order to get data out, we need to ensure some kind of durability. Relational databases offer single server durability through write-ahead logging and checkpoint mechanisms. These ...

    Item Information

    Published
    Contributor
    peschkaj
    Comments
    0 comments
    Tags
    mongodb, sql-server, hbase, postgresql, nosql
    Content Type
    Item
  7. Data Durability

    A friend of mine half-jokingly says that the only reason to put data into a database is to get it back out again. In order to get data out, we need to ensure some kind of durability. Relational databases offer single server durability through write-ahead logging and checkpoint mechanisms. These ...

  8. Querying HBase with Toad for Cloud Databases

    We recently released a new version of Toad for Cloud Databases as an Eclipse plug-in. While this functionality has been in Toad for Cloud since the last release, this video shows Toad for Cloud running in Eclipse and demonstrates some basic querying against HBase using Toad for Cloud’s ability ...

  9. Quest Software announces Cassandra support in Toad for Cloud Databases and a partnership with Riptano.

    Quest Software, Inc.  (QSFT 26.15, +0.68, +2.65%) today added Apache Cassandra, an open-source NoSQL database, to its list of supported NoSQL platforms with the second beta release of Toad(R) for Cloud Databases. Toad now supports data access and management for Apache Cassandra, Amazon SimpleDB, Microsoft Azure ...

  10. HBase vs. BigTable Comparison

    HBase is an open-source implementation of the Google BigTable architecture. That part is fairly easy to understand and grasp. What I personally feel is a bit more difficult is to understand how much HBase covers and where there are differences (still) compared to the BigTable specification. This post is an ...

  1. 1
  2. Next ›
  3. Last »