TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    IBM Cloudant

    Score7.4 out of 10
    N/ACloudant is an open source non-relational, distributed database service that requires zero-configuration. It's based on the Apache-backed CouchDB project and the creator of the open source BigCouch project. Cloudant's service provides integrated data management, search, and analytics engine designed for web applications. Cloudant scales your database on the CouchDB framework and provides hosting, administrative tools, analytics and commercial support for CouchDB and BigCouch. Cloudant is often…

    $1

    per month per GB of storage above the included 20 GB

    Amazon Redshift

    Score8.9 out of 10
    N/AAmazon Redshift is a hosted data warehouse solution, from Amazon Web Services.

    $0.24

    per GB per month

    Pricing
    IBM CloudantAmazon Redshift
    Editions & Modules
    Standard
    $1
    per month per GB of storage above the included 20 GB
    Standard
    $75
    per month 100 reads/second ; 50 writes/second ; 5 global queries/second
    Lite
    Free
    20 reads/second ; 10 writes/second ; 5 global queries / second ; 1 GB of storage capacity
    Standard
    Included
    per month 20 GB of storage
    Redshift Managed Storage
    $0.24
    per GB per month
    Current Generation
    $0.25 - $13.04
    per hour
    Previous Generation
    $0.25 - $4.08
    per hour
    Redshift Spectrum
    $5.00
    per terabyte of data scanned
    Offerings
    Pricing Offerings
    IBM CloudantAmazon Redshift
    Free Trial
    YesNo
    Free/Freemium Version
    YesNo
    Premium Consulting/Integration Services
    YesNo
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional Details——
    More Pricing Information
    Community Pulse
    IBM CloudantAmazon Redshift
    Considered Both Products
    IBM
    No answer on this topic
    Amazon AWS
    No answer on this topic
    Key User Insights
    Would buy again
    86%
    Would buy again
    6 Answers
    78%
    Would buy again
    14 Answers
    Delivers good value for the price
    100%
    Delivers good value for the price
    5 Answers
    82%
    Delivers good value for the price
    14 Answers
    Happy with the feature set
    100%
    Happy with the feature set
    7 Answers
    78%
    Happy with the feature set
    14 Answers
    Lived up to sales and marketing promises
    100%
    Lived up to sales and marketing promises
    7 Answers
    93%
    Lived up to sales and marketing promises
    14 Answers
    Implementation went as expected
    100%
    Implementation went as expected
    7 Answers
    100%
    Implementation went as expected
    16 Answers
    Features
    IBM CloudantAmazon Redshift
    NoSQL Databases
    Comparison of NoSQL Databases features of IBM Cloudant and Amazon Redshift
    Feature
    IBM Cloudant
    9.1
    21 Ratings
    6% above category average
    Amazon Redshift
    -
    Ratings
    Performance9.721 Ratings00 Ratings
    Availability8.321 Ratings00 Ratings
    Concurrency9.821 Ratings00 Ratings
    Security8.221 Ratings00 Ratings
    Scalability9.021 Ratings00 Ratings
    Data model flexibility9.821 Ratings00 Ratings
    Deployment model flexibility9.021 Ratings00 Ratings
    Best Alternatives
    IBM CloudantAmazon Redshift
    Small Businesses
    RavenDB
    Score8.1 out of 10
    No answers on this topic
    Medium-sized Companies
    Amazon DynamoDB
    Score7.9 out of 10
    Snowflake
    Score8.7 out of 10
    Enterprises
    Amazon DynamoDB
    Score7.9 out of 10
    Snowflake
    Score8.7 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    IBM CloudantAmazon Redshift
    Likelihood to Recommend
    7.0
    (45 ratings)
    9.0
    (38 ratings)
    Likelihood to Renew
    7.3
    (1 ratings)
    -
    (0 ratings)
    Usability
    7.7
    (5 ratings)
    9.0
    (10 ratings)
    Availability
    8.2
    (1 ratings)
    -
    (0 ratings)
    Performance
    8.2
    (1 ratings)
    -
    (0 ratings)
    Support Rating
    8.6
    (4 ratings)
    9.0
    (7 ratings)
    Online Training
    7.3
    (2 ratings)
    -
    (0 ratings)
    Implementation Rating
    8.2
    (4 ratings)
    -
    (0 ratings)
    Configurability
    8.5
    (3 ratings)
    -
    (0 ratings)
    Contract Terms and Pricing Model
    -
    (0 ratings)
    10.0
    (1 ratings)
    Product Scalability
    9.6
    (23 ratings)
    -
    (0 ratings)
    Vendor pre-sale
    9.1
    (1 ratings)
    -
    (0 ratings)
    User Testimonials
    IBM CloudantAmazon Redshift
    Likelihood to Recommend
    IBM
    Our organization found Cloudant most suitable if One, a fixed pricing structure would make the most sense, for example in a situation where the project Cloudant is being used in makes its revenue in procurement or fixed retainer — thus the predictability of costs is paramount; Two, where you need to frequently edit the data and/or share access to the query engine to non-engineers — this is where the GUI shines.
    Incentivized
    Read full review
    Amazon AWS
    If the number of connections is expected to be low, but the amounts of data are large or projected to grow it is a good solutions especially if there is previous exposure to PostgreSQL. Speaking of Postgres, Redshift is based on several versions old releases of PostgreSQL so the developers would not be able to take advantage of some of the newer SQL language features. The queries need some fine-tuning still, indexing is not provided, but playing with sorting keys becomes necessary. Lastly, there is no notion of the Primary Key in Redshift so the business must be prepared to explain why duplication occurred (must be vigilant for)
    Incentivized
    Read full review
    Pros
    IBM
    • For us, performance and scalability is the key, and Cloudant DB backed by CouchDB is scalable and performant.
    • IBM Cloudant dB is very easy to provision for sandbox, development, QA as well as production.
    • Support for Java for CouchDB app server analytics enables a greater control for over developers.
    • Schema free oriented very easy to program and build applications on it.
    • We love it!!
    Incentivized
    Read full review
    Amazon AWS
    • [Amazon] Redshift has Distribution Keys. If you correctly define them on your tables, it improves Query performance. For instance, we can define Mapping/Meta-data tables with Distribution-All Key, so that it gets replicated across all the nodes, for fast joins and fast query results.
    • [Amazon] Redshift has Sort Keys. If you correctly define them on your tables along with above Distribution Keys, it further improves your Query performance. It also has Composite Sort Keys and Interleaved Sort Keys, to support various use cases
    • [Amazon] Redshift is forked out of PostgreSQL DB, and then AWS added "MPP" (Massively Parallel Processing) and "Column Oriented" concepts to it, to make it a powerful data store.
    • [Amazon] Redshift has "Analyze" operation that could be performed on tables, which will update the stats of the table in leader node. This is sort of a ledger about which data is stored in which node and which partition with in a node. Up to date stats improves Query performance.
    Incentivized
    Read full review
    Cons
    IBM
    • It was only after we went with the cloud-based solution that IBM rolled out an on-premise version.
    • We found that a 3rd-party ODBC driver was required for a few applications that needed to pull data out of Cloudant.
    • The sales process was difficult because the salesperson we used was not as versed on Cloudant as I had hoped.
    Incentivized
    Read full review
    Amazon AWS
    • We've experienced some problems with hanging queries on Redshift Spectrum/external tables. We've had to roll back to and old version of Redshift while we wait for AWS to provide a patch.
    • Redshift's dialect is most similar to that of PostgreSQL 8. It lacks many modern features and data types.
    • Constraints are not enforced. We must rely on other means to verify the integrity of transformed tables.
    Incentivized
    Read full review
    Likelihood to Renew
    IBM
    the flexibility of NoSQL allow us to modify and upgrade our apps very fast and in a convenient way. Having the solution hosted by IBM is also giving us the chance to focus on features and the improvement of our apps. It's one thing less to be worried about
    Incentivized
    Read full review
    Amazon AWS
    No answers on this topic
    Usability
    IBM
    It's mostly just a straight forward API to a data store. I knock one off for the full text search thing, but I don't need it much anyways. Also, the dashboard UI they give is pretty nice to use. It provides syntax-highlighting for writing views and queries are easy to test. I wish other DBs had a UI like this.
    Incentivized
    Read full review
    Amazon AWS
    Just very happy with the product, it fits our needs perfectly. Amazon pioneered the cloud and we have had a positive experience using RedShift. Really cool to be able to see your data housed and to be able to query and perform administrative tasks with ease.
    Incentivized
    Read full review
    Reliability and Availability
    IBM
    it is a highly available solution in the IBM cloud portfolio and hence we have never had any issues with the data base being available - we also do continuous replication to be on the safer side just in case some thing goes awry. We also perform twice a year disaster recovery tests.
    Incentivized
    Read full review
    Amazon AWS
    No answers on this topic
    Performance
    IBM
    very easy to get started and is very developer friendly given that it uses couchDB analytics. It is a cloud based solution and hence there is no hardware investment in a server and staging the server to get started and the associated delays/bureaucracy involved to get started. Good documentation is also available.
    Incentivized
    Read full review
    Amazon AWS
    No answers on this topic
    Support Rating
    IBM
    Very happy by the commitment given by the team which has been really good over the last 7 years of usage.
    Incentivized
    Read full review
    Amazon AWS
    The support was great and helped us in a timely fashion. We did use a lot of online forums as well, but the official documentation was an ongoing one, and it did take more time for us to look through it. We would have probably chosen a competitor product had it not been for the great support
    Incentivized
    Read full review
    Online Training
    IBM
    online resources are good enough to understand but there is nothing like testing. In our case, we discovered some not documented behavior that we take in count now. Also, the experience in NodeJs is critical. Also, take in count that most of the "good practices" with cloudant are not in online courses but in blogs and pages from independent developers
    Incentivized
    Read full review
    Amazon AWS
    No answers on this topic
    Implementation Rating
    IBM
    • Test the architecture on CouchDB helped us to address initial design flaws.
    • The migration to Cloudant as such was very painless.
    • We have migrate our replication system to Cloudant Android Sync for mobile devices.
    • We have regular informal contact with the Cloudant leadership to discuss our use cases and implementation strategies.
    Incentivized
    Read full review
    Amazon AWS
    No answers on this topic
    Alternatives Considered
    IBM
    The feature-set, including security, is very comparable. Overall, IBM's services added to the product are mature and stable, although product support and engineers could be a little better. Global availability is improving, and Disaster Recover Capabilities are great. Overall, it's very comparable to MongoDB as a DBaaS offer, available globally and with great documentation.
    Incentivized
    Read full review
    Amazon AWS
    Than Vertica: Redshift is cheaper and AWS integrated (which was a plus because the whole company was on AWS).
    Than BigQuery: Redshift has a standard SQL interface, though recently I heard good things about BigQuery and would try it out again.
    Than Hive: Hive is great if you are in the PB+ range, but latencies tend to be much slower than Redshift and it is not suited for ad-hoc applications.
    Incentivized
    Read full review
    Contract Terms and Pricing Model
    IBM
    No answers on this topic
    Amazon AWS
    Redshift is relatively cheaper tool but since the pricing is dynamic, there is always a risk of exceeding the cost. Since most of our team is using it as self serve and there is no continuous tracking by a dedicated team, it really needs time & effort on analyst's side to know how much it is going to cost.
    Incentivized
    Read full review
    Scalability
    IBM
    The service scales incredibly well. As you would expect from CloudDB and IBM combination. The only reason I wouldn't score it a 10 is the fact that document trees can get nested and nested very quickly if you are attempting to do very complex datasets. Which makes your code that much more complex to deal. Its very possible we could find a solution to this problem with better database planning to begin with, but one of the reasons we chose a service over a self-hosted solution was so we could set it up quick and forget about it. So we weren't going to dedicate a team to architecture optimization.
    Incentivized
    Read full review
    Amazon AWS
    No answers on this topic
    Return on Investment
    IBM
    • IBM Cloudant is very secure and we never have to worry about losing data/unauthorized access
    • It is one of the best data backup system and works well
    • Global availability means it is easy to connect to the nearest data center and this reduces load time which is great.
    Read full review
    Amazon AWS
    • Our company is moving to the AWS infrastructure, and in this context moving the warehouse environments to Redshift sounds logical regardless of the cost.
    • Development organizations have to operate in the Dev/Ops mode where they build and support their apps at the same time.
    • Hard to estimate the overall ROI of moving to Redshift from my position. However, running Redshift seems to be inexpensive compared to all the licensing and hardware costs we had on our RDBMS platform before Redshift.
    Incentivized
    Read full review
    ScreenShots