TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    OCI

    Score8.3 out of 10
    N/AOracle Cloud Infrastructure (OCI) is Oracles's infrastructure-as-a-service (IaaS) platform which combines the utility of public cloud with the granular control, security, and predictability of on-premises infrastructure.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
    OCIAmazon 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
    OCIAmazon 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
    OCIAmazon Redshift
    Considered Both Products
    Oracle
    Chose OCI
    Selected ones are better than Oracle Cloud Infrastructure but it works well only for small scale applications. It leads to migration to other cloud platforms.
    Incentivized
    Amazon AWS
    Chose Amazon Redshift
    Amazon Redshift is much easier to set up and start using. It interacts well with the PostgreSQL client (psql) and shares certain basic data dictionary, and people familiar with PostgreSQL feel right at home. The cluster is part of AWS services offering, and it works well with …
    Incentivized
    Key User Insights
    Would buy again
    93%
    Would buy again
    119 Answers
    78%
    Would buy again
    14 Answers
    Delivers good value for the price
    97%
    Delivers good value for the price
    111 Answers
    82%
    Delivers good value for the price
    14 Answers
    Happy with the feature set
    91%
    Happy with the feature set
    117 Answers
    78%
    Happy with the feature set
    14 Answers
    Lived up to sales and marketing promises
    90%
    Lived up to sales and marketing promises
    76 Answers
    93%
    Lived up to sales and marketing promises
    14 Answers
    Implementation went as expected
    90%
    Implementation went as expected
    104 Answers
    100%
    Implementation went as expected
    16 Answers
    Features
    OCIAmazon Redshift
    Infrastructure-as-a-Service (IaaS)
    Comparison of Infrastructure-as-a-Service (IaaS) features of Oracle Cloud Infrastructure and Amazon Redshift
    Feature
    Oracle Cloud Infrastructure
    7.9
    138 Ratings
    4% below category average
    Amazon Redshift
    -
    Ratings
    Service-level Agreement (SLA) uptime8.6133 Ratings00 Ratings
    Dynamic scaling8.4133 Ratings00 Ratings
    Elastic load balancing8.2122 Ratings00 Ratings
    Pre-configured templates6.9122 Ratings00 Ratings
    Monitoring tools7.3133 Ratings00 Ratings
    Pre-defined machine images7.6120 Ratings00 Ratings
    Operating system support7.4132 Ratings00 Ratings
    Security controls8.3134 Ratings00 Ratings
    Automation7.996 Ratings00 Ratings
    Best Alternatives
    OCIAmazon Redshift
    Small Businesses
    IBM Cloud Object Storage
    Score9 out of 10
    No answers on this topic
    Medium-sized Companies
    IBM Cloud Bare Metal Servers
    Score8.7 out of 10
    Snowflake
    Score8.7 out of 10
    Enterprises
    SAP on IBM Cloud
    Score9 out of 10
    Snowflake
    Score8.7 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    OCIAmazon Redshift
    Likelihood to Recommend
    8.2
    (150 ratings)
    9.0
    (38 ratings)
    Likelihood to Renew
    9.2
    (7 ratings)
    -
    (0 ratings)
    Usability
    8.7
    (15 ratings)
    9.0
    (10 ratings)
    Availability
    8.8
    (4 ratings)
    -
    (0 ratings)
    Performance
    8.7
    (28 ratings)
    -
    (0 ratings)
    Support Rating
    9.0
    (20 ratings)
    9.0
    (7 ratings)
    In-Person Training
    9.0
    (3 ratings)
    -
    (0 ratings)
    Online Training
    9.0
    (3 ratings)
    -
    (0 ratings)
    Implementation Rating
    9.2
    (4 ratings)
    -
    (0 ratings)
    Configurability
    9.2
    (3 ratings)
    -
    (0 ratings)
    Contract Terms and Pricing Model
    8.3
    (11 ratings)
    10.0
    (1 ratings)
    Ease of integration
    9.2
    (3 ratings)
    -
    (0 ratings)
    Product Scalability
    9.2
    (4 ratings)
    -
    (0 ratings)
    Professional Services
    10.0
    (6 ratings)
    -
    (0 ratings)
    Vendor post-sale
    10.0
    (2 ratings)
    -
    (0 ratings)
    Vendor pre-sale
    10.0
    (2 ratings)
    -
    (0 ratings)
    User Testimonials
    OCIAmazon Redshift
    Likelihood to Recommend
    Oracle
    As per our usage Oracle Cloud Infrastructure for almost 6 years hosting 500 + customers I can say its well suited application for any small scale to larger scale application as it can handle that capacity and provide more reliable cloud service only if you need any messaging service like pub/sub or sqs better to consider other services.
    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
    Oracle
    • Oracle Cloud Infrastructure has a generous free tier, moreso than other hyperscalers, with an always-free tier that guarantees certain products are always free
    • Oracle Cloud Infrastructure allows you to size VMs with differing combinations of CPU and RAM, which is contrary to other hyperscalers that have specific pre-defined combinations only
    • Oracle Cloud Infrastructure regularly provides free certification exam offers
    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
    Oracle
    • Navigating the UI takes lots of getting used to. It reminds me of older GCP (just to get used to where everything is).
    • Permission for different things always seemed to be more difficult than it really needed to be. Once you got them set up you were good but updating anything or creating new permissions for just about anything took longer than I thought it should.
    • Based on how the buttons were laid out, it was pretty easy to delete all of your DNS records, and backing them up was not as intuitive as I'd like with the UI, but it was easy to do using a script.
    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
    Oracle
    Reliability: Very dependable and stable OCI services have been for the business operations.Performance: The speed and efficiency of OCI in meeting their computing and storage needs.Scalability: The ease and effectiveness of scaling resources up or down to accommodate changing demands.Security: The robustness and effectiveness of OCI's security features in protecting their data and applications.
    Incentivized
    Read full review
    Amazon AWS
    No answers on this topic
    Usability
    Oracle
    The services & products in Oracle Cloud Infrastructure needs more improvement to beat other Cloud service providers. The price is good & Security processes are good. We are requiring to put more effort in supporting this Oracle Cloud Infrastructure than other Cloud service providers. Probably better ways are there but is not super easy to find or not super available
    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
    Oracle
    Yeah sometimes we had to face unplanned outages due to underlying infrastructure issues, so not every time,e but once in a while we face issues with availability. But the good thing is we have redundancy with DR setup and multi region so we can manage.
    Incentivized
    Read full review
    Amazon AWS
    No answers on this topic
    Performance
    Oracle
    From the start, I was surprised by response times and image quality accessing windows VMs with RDP. GCP, Azure and -many offerings in AWS- don't perform this speed. Also, that's evident in the quality of Infrastructure Management Team, because I just received one warning regarding a region failure, what confirms that's a mature platform.
    Incentivized
    Read full review
    Amazon AWS
    No answers on this topic
    Support Rating
    Oracle
    Overall it is amazing, there is always room for improvement. We have weekly updates that tend to slow the program used more and more. We had to change some reports within Oracle because the others wouldn’t load. This is tied to our payroll and the delays are causing many time constraint issues and panic. We have to create a new report when one breaks. Otherwise awesome!
    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
    In-Person Training
    Oracle
    Effective training provided, much data productivity while doing training
    Incentivized
    Read full review
    Amazon AWS
    No answers on this topic
    Online Training
    Oracle
    detailed and easy to understand.
    Incentivized
    Read full review
    Amazon AWS
    No answers on this topic
    Implementation Rating
    Oracle
    Very much satisifed with the Oracle Support team during the implementation and Migration of applications
    Incentivized
    Read full review
    Amazon AWS
    No answers on this topic
    Alternatives Considered
    Oracle
    We used Microsoft Azure and Docker earlier and faced some difficulties like Microsoft Azure and Docker. Occasionally, the generation of large images can delay deployment. It is also necessary for me to admit that Microsoft Azure and Docker have a somewhat steep learning curve. Proper paperwork needs to be there. Docker has issues with performance on a number of platforms. On the other hand, OCI is easy to deploy and easy to understand.
    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
    Oracle
    was not part of initial purchase team. Anyways, i think unit pricing and billing frequency is good compared to other Cloud service providers, when it comes to Cloud Capital expenditure & Operational expenditure. Would be more interested in exploring more options where customers can get more cost relaxations on trying out new cloud services in Oracle Cloud Infrastructure for example a new App or a feature
    Read full review
    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
    Oracle
    We have hosted around 500 + customers on this cloud so till day not faced any major issues, so we can use it for any kind of products and it can hold the load and easily scale based on need.
    Incentivized
    Read full review
    Amazon AWS
    No answers on this topic
    Professional Services
    Oracle
    Services & Infra wise is ok to use & host applications & services. Security wise also good for a Cloud service provider. It is a interesting area to explore & using it for day to day needs can be further improvised in future probably. Modern day Services like AI and Machine learning could be improved
    Read full review
    Amazon AWS
    No answers on this topic
    Return on Investment
    Oracle
    • Oracle Cloud helps us build and deploy apps quickly, getting our products out the door faster.
    • With real-time insights from Oracle Cloud, we can give customers personalized experiences that boost satisfaction.
    • Migrating to Oracle saves us cash on hardware and maintenance, which we can use for innovation and growth.
    Incentivized
    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

    OCI Screenshots

    Screenshot of Oracle Cloud Infrastructure Global FootprintScreenshot of 2-5x Faster Performance vs On-premises and Other Clouds (Storage Review)Screenshot of One Cloud for the Most Intensive Enterprise and Infra-heavy WorkloadsScreenshot of Gen 1 vs Gen 2 Cloud AdvantageScreenshot of Always Free Services