Apache HBase vs. InterSystems IRIS

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
HBase
Score 7.3 out of 10
N/A
The Apache HBase project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardware. Apache HBase is an open-source, distributed, versioned, non-relational database modeled after Google's Bigtable.N/A
InterSystems IRIS
Score 8.2 out of 10
N/A
InterSystems IRIS is a complete cloud-first data platform that includes a multi-model transactional data management engine, an application development platform, and interoperability engine, and an open analytics platform. It is is the next generation of InterSystems' data management software. It includes…N/A
Pricing
Apache HBaseInterSystems IRIS
Editions & Modules
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
HBaseInterSystems IRIS
Free Trial
NoYes
Free/Freemium Version
NoYes
Premium Consulting/Integration Services
NoYes
Entry-level Setup FeeNo setup feeOptional
Additional Details
More Pricing Information
Features
Apache HBaseInterSystems IRIS
NoSQL Databases
Comparison of NoSQL Databases features of Product A and Product B
Apache HBase
7.7
5 Ratings
13% below category average
InterSystems IRIS
-
Ratings
Performance7.15 Ratings00 Ratings
Availability7.85 Ratings00 Ratings
Concurrency7.05 Ratings00 Ratings
Security7.85 Ratings00 Ratings
Scalability8.65 Ratings00 Ratings
Data model flexibility7.15 Ratings00 Ratings
Deployment model flexibility8.25 Ratings00 Ratings
Database Development
Comparison of Database Development features of Product A and Product B
Apache HBase
-
Ratings
InterSystems IRIS
7.3
44 Ratings
15% below category average
Version control tools00 Ratings7.038 Ratings
Test data generation00 Ratings7.839 Ratings
Performance optimization tools00 Ratings6.642 Ratings
Schema maintenance00 Ratings7.742 Ratings
Database change management00 Ratings7.643 Ratings
Database Administration
Comparison of Database Administration features of Product A and Product B
Apache HBase
-
Ratings
InterSystems IRIS
7.4
44 Ratings
14% below category average
User management00 Ratings7.344 Ratings
Database security00 Ratings7.344 Ratings
Database status reporting00 Ratings7.641 Ratings
Change management00 Ratings7.443 Ratings
Best Alternatives
Apache HBaseInterSystems IRIS
Small Businesses
IBM Cloudant
IBM Cloudant
Score 8.0 out of 10
DBeaver
DBeaver
Score 8.4 out of 10
Medium-sized Companies
IBM Cloudant
IBM Cloudant
Score 8.0 out of 10
DBeaver
DBeaver
Score 8.4 out of 10
Enterprises
IBM Cloudant
IBM Cloudant
Score 8.0 out of 10
DBeaver
DBeaver
Score 8.4 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
Apache HBaseInterSystems IRIS
Likelihood to Recommend
7.7
(10 ratings)
7.8
(44 ratings)
Likelihood to Renew
7.9
(10 ratings)
8.2
(1 ratings)
Usability
-
(0 ratings)
8.2
(3 ratings)
Support Rating
-
(0 ratings)
7.4
(4 ratings)
Implementation Rating
-
(0 ratings)
8.2
(1 ratings)
User Testimonials
Apache HBaseInterSystems IRIS
Likelihood to Recommend
Apache
Hbase is well suited for large organizations with millions of operations performing on tables, real-time lookup of records in a table, range queries, random reads and writes and online analytics operations. Hbase cannot be replaced for traditional databases as it cannot support all the features, CPU and memory intensive. Observed increased latency when using with MapReduce job joins.
Read full review
InterSystems
Intersystems IRIS is a really great tool for Interoperability. It has so many capabilities out of the box and then such a great developer community on top of that, that there are really no limits to what you can do in terms of data manipulation and translation. Personally I find it to be a great tool if you are looking for Interoperability software.
Read full review
Pros
Apache
  • Scalability. HBase can scale to trillions of records.
  • Fast. HBase is extremely fast to scan values or retrieve individual records by key.
  • HBase can be accessed by standard SQL via Apache Phoenix.
  • Integrated. I can easily store and retrieve data from HBase using Apache Spark.
  • It is easy to set up DR and backups.
  • Ingest. It is easy to ingest data into HBase via shell, Java, Apache NiFi, Storm, Spark, Flink, Python and other means.
Read full review
InterSystems
  • Connecting with mutliple vendor platforms and systems allowing us to consume and provide data as needed.
  • Allowed us to implement our own RESTful api engine to server data to our internal applications.
  • Setting up their recommendations for high availability allow us to perform server maintenance with minimal down time to our users.
Read full review
Cons
Apache
  • There are very few commands in HBase.
  • Stored procedures functionality is not available so it should be implemented.
  • HBase is CPU and Memory intensive with large sequential input or output access while as Map Reduce jobs are primarily input or output bound with fixed memory. HBase integrated with Map-reduce jobs will result in random latencies.
Read full review
InterSystems
  • Enhanced documentation, more comprehensive and user-friendly documentation, including detailed tutorials and examples
  • Improving compatibility and integrations with others programming languages
  • Introducing tools and techniques to optimize the performance of ObjectScript applications, such as profiling tools, performance monitoring utilities, and code optimization guidelines
  • A better compatibility with Python libraries
Read full review
Likelihood to Renew
Apache
There's really not anything else out there that I've seen comparable for my use cases. HBase has never proven me wrong. Some companies align their whole business on HBase and are moving all of their infrastructure from other database engines to HBase. It's also open source and has a very collaborative community.
Read full review
InterSystems
No answers on this topic
Usability
Apache
No answers on this topic
InterSystems
The interface is very intuitive, the documentation is very good so it is not complicated to operate.
The security is complex, but you can create a special role to access and the user ONLY can operate with the part that it allows.
Also, you can examine the data very quick with the SQL Browser integrated.
Read full review
Support Rating
Apache
No answers on this topic
InterSystems
The InterSystems WRC has always been helpful and responsive. The folks I have spoken with are always understanding of our needs and questions and regardless of if the question is simple or complex we are always met with the same professionalism and helpfulness every time. I have no hesitations contacting InterSystems for help!
Read full review
Implementation Rating
Apache
No answers on this topic
InterSystems
Will done based on a proper planning, so this will makes execution more easier and better.
Read full review
Alternatives Considered
Apache
Cassandra os great for writes. But with large datasets, depending, not as great as HBASE. Cassandra does support parquet now. HBase still performance issues. Cassandra has use cases of being used as time series. HBase, it fails miserably. GeoSpatial data, Hbase does work to an extent. HA between the two are almost the same.
Read full review
InterSystems
We are using InterSystems IRIS [especially] for database operations as the query performance is really good for [a large] amount of customer data. You can easily integrate for any application like web, desktop, and many more. It also provides BI functionality which is also very easy to implement using InterSystems IRIS[.]
Read full review
Return on Investment
Apache
  • As Hbase is a noSql database, here we don't have transaction support and we cannot do many operations on the data.
  • Not having the feature of primary or a composite primary key is an issue as the architecture to be defined cannot be the same legacy type. Also the transaction concept is not applicable here.
  • The way data is printed on console is not so user-friendly. So we had to use some abstraction over HBase (eg apache phoenix) which means there is one new component to handle.
Read full review
InterSystems
  • Very Fast and scalable software to deal with big data flow, safe and robust.
  • The studio IDE is quite old fashion and lacks a few facilities
  • amazing for complex data consumption, its milyi-model capability wich allows multiple different models for a single set of codes.
Read full review
ScreenShots