Need advice about which tool to choose?Ask the StackShare community!
HBase vs ToroDB: What are the differences?
Developers describe HBase as "The Hadoop database, a distributed, scalable, big data store". Apache HBase is an open-source, distributed, versioned, column-oriented store modeled after Google' Bigtable: A Distributed Storage System for Structured Data by Chang et al. Just as Bigtable leverages the distributed data storage provided by the Google File System, HBase provides Bigtable-like capabilities on top of Apache Hadoop. On the other hand, ToroDB is detailed as "Open source, document-oriented, JSON database that runs on top of PostgreSQL". ToroDB is an open source, document-oriented, JSON database that runs on top of PostgreSQL, providing storage and I/O savings and ACID semantics. ToroDB is MongoDB-compatible, so you can use Mongo clients to connect to it.
HBase and ToroDB belong to "Databases" category of the tech stack.
HBase and ToroDB are both open source tools. It seems that HBase with 2.91K GitHub stars and 2.01K forks on GitHub has more adoption than ToroDB with 10 GitHub stars and 2 GitHub forks.
I am researching different querying solutions to handle ~1 trillion records of data (in the realm of a petabyte). The data is mostly textual. I have identified a few options: Milvus, HBase, RocksDB, and Elasticsearch. I was wondering if there is a good way to compare the performance of these options (or if anyone has already done something like this). I want to be able to compare the speed of ingesting and querying textual data from these tools. Does anyone have information on this or know where I can find some? Thanks in advance!
You've probably come to a decision already but for those reading...here are some resources we put together to help people learn more about Milvus and other databases https://zilliz.com/comparison and https://github.com/zilliztech/VectorDBBench. I don't think they include RocksDB or HBase yet (you could could recommend on GitHub) but hopefully they help answer your Elastic Search questions.
Pros of HBase
- Performance9
- OLTP5
- Fast Point Queries1