TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    InterSystems IRIS

    Score7 out of 10
    N/AInterSystems 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

    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
    InterSystems IRISAmazon Redshift
    Editions & Modules
    No answers on this topic
    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
    InterSystems IRISAmazon Redshift
    Free Trial
    YesNo
    Free/Freemium Version
    YesNo
    Premium Consulting/Integration Services
    YesNo
    Entry-level Setup FeeOptionalNo setup fee
    Additional Details——
    More Pricing Information
    Community Pulse
    InterSystems IRISAmazon Redshift
    Considered Both Products
    InterSystems
    No answer on this topic
    Amazon AWS
    No answer on this topic
    Key User Insights
    Would buy again
    100%
    Would buy again
    45 Answers
    78%
    Would buy again
    14 Answers
    Delivers good value for the price
    100%
    Delivers good value for the price
    40 Answers
    82%
    Delivers good value for the price
    14 Answers
    Happy with the feature set
    98%
    Happy with the feature set
    44 Answers
    78%
    Happy with the feature set
    14 Answers
    Lived up to sales and marketing promises
    100%
    Lived up to sales and marketing promises
    32 Answers
    93%
    Lived up to sales and marketing promises
    14 Answers
    Implementation went as expected
    100%
    Implementation went as expected
    41 Answers
    100%
    Implementation went as expected
    16 Answers
    Features
    InterSystems IRISAmazon Redshift
    Relational Databases
    Comparison of Relational Databases features of InterSystems IRIS and Amazon Redshift
    Feature
    InterSystems IRIS
    9.0
    1 Ratings
    11% above category average
    Amazon Redshift
    -
    Ratings
    ACID compliance10.01 Ratings00 Ratings
    Database monitoring10.01 Ratings00 Ratings
    Database locking8.01 Ratings00 Ratings
    Encryption10.01 Ratings00 Ratings
    Disaster recovery10.01 Ratings00 Ratings
    Flexible deployment7.01 Ratings00 Ratings
    Multiple datatypes8.01 Ratings00 Ratings
    Best Alternatives
    InterSystems IRISAmazon Redshift
    Small Businesses
    Amazon RDS
    Score8.1 out of 10
    No answers on this topic
    Medium-sized Companies
    SingleStore
    Score8.2 out of 10
    Snowflake
    Score8.7 out of 10
    Enterprises
    SAP IQ
    Score5.4 out of 10
    Snowflake
    Score8.7 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    InterSystems IRISAmazon Redshift
    Likelihood to Recommend
    7.0
    (45 ratings)
    9.0
    (38 ratings)
    Likelihood to Renew
    8.2
    (1 ratings)
    -
    (0 ratings)
    Usability
    9.0
    (4 ratings)
    9.0
    (10 ratings)
    Support Rating
    7.4
    (4 ratings)
    9.0
    (7 ratings)
    Implementation Rating
    8.2
    (1 ratings)
    -
    (0 ratings)
    Contract Terms and Pricing Model
    -
    (0 ratings)
    10.0
    (1 ratings)
    User Testimonials
    InterSystems IRISAmazon Redshift
    Likelihood to Recommend
    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.
    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
    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
    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
    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
    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
    Usability
    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
    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
    Support Rating
    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
    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
    Implementation Rating
    InterSystems
    Will done based on a proper planning, so this will makes execution more easier and better.
    Read full review
    Amazon AWS
    No answers on this topic
    Alternatives Considered
    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
    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
    InterSystems
    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
    Return on Investment
    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
    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