TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    Heap

    Score8.1 out of 10
    Small Businesses (1-50 employees)
    Heap is a web analytics platform captures every user interaction on web iOS with no extra code. The tool allows you to track events and set up funnels to understand user flow and dropoff. It also provides visualization tools to track trends over time.

    $0

    per month

    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
    HeapAmazon Redshift
    Editions & Modules
    Free
    $0
    Up to 10k sessions/month
    Growth
    Starting at $3,600 annually
    Up to 300k sessions/year
    Pro
    Contact Heap Sales
    Custom sessions per month and unlimited projects
    Premier
    Contact Heap Sales
    Custom sessions per month
    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
    HeapAmazon Redshift
    Free Trial
    YesNo
    Free/Freemium Version
    YesNo
    Premium Consulting/Integration Services
    YesNo
    Entry-level Setup FeeOptionalNo setup fee
    Additional DetailsHeap pricing is based on session volume. A session is a period of activity from a single user on your app or website. It can include many pageviews or events.—
    More Pricing Information
    Community Pulse
    HeapAmazon Redshift
    Considered Both Products
    Contentsquare
    Chose Heap
    We used Segment in the past. Heap is better in that it allows non-developers to define events. It also has a reporting layer.
    Incentivized
    Amazon AWS
    No answer on this topic
    Key User Insights
    Would buy again
    95%
    Would buy again
    216 Answers
    78%
    Would buy again
    14 Answers
    Delivers good value for the price
    99%
    Delivers good value for the price
    149 Answers
    82%
    Delivers good value for the price
    14 Answers
    Happy with the feature set
    95%
    Happy with the feature set
    215 Answers
    78%
    Happy with the feature set
    14 Answers
    Lived up to sales and marketing promises
    97%
    Lived up to sales and marketing promises
    117 Answers
    93%
    Lived up to sales and marketing promises
    14 Answers
    Implementation went as expected
    89%
    Implementation went as expected
    121 Answers
    100%
    Implementation went as expected
    16 Answers
    Best Alternatives
    HeapAmazon Redshift
    Small Businesses
    Mixpanel
    Score8.3 out of 10
    No answers on this topic
    Medium-sized Companies
    Gainsight PX
    Score7.6 out of 10
    Snowflake
    Score8.7 out of 10
    Enterprises
    Gainsight PX
    Score7.6 out of 10
    Snowflake
    Score8.7 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    HeapAmazon Redshift
    Likelihood to Recommend
    8.4
    (233 ratings)
    9.0
    (38 ratings)
    Likelihood to Renew
    9.3
    (9 ratings)
    -
    (0 ratings)
    Usability
    9.0
    (65 ratings)
    9.0
    (10 ratings)
    Availability
    9.1
    (2 ratings)
    -
    (0 ratings)
    Performance
    8.4
    (61 ratings)
    -
    (0 ratings)
    Support Rating
    9.0
    (8 ratings)
    9.0
    (7 ratings)
    Implementation Rating
    9.0
    (3 ratings)
    -
    (0 ratings)
    Configurability
    9.1
    (1 ratings)
    -
    (0 ratings)
    Contract Terms and Pricing Model
    -
    (0 ratings)
    10.0
    (1 ratings)
    Ease of integration
    9.1
    (1 ratings)
    -
    (0 ratings)
    Product Scalability
    7.3
    (2 ratings)
    -
    (0 ratings)
    Vendor post-sale
    8.2
    (1 ratings)
    -
    (0 ratings)
    Vendor pre-sale
    8.2
    (1 ratings)
    -
    (0 ratings)
    User Testimonials
    HeapAmazon Redshift
    Likelihood to Recommend
    Contentsquare
    Scenarios when Heap was well suited: It is when a user claims that he encountered a bug without giving us the details of the error message. Scenarios where it is less appropriate: Its when we try to capture user interaction in our mobile app
    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
    Contentsquare
    • Realtime interactions which are captured automatically is a unique feature which no other product offers.
    • Low code implementation is a big plus for marketing teams, as there is less dependency on engineering
    • Detailed customer behaviours can be studied with captured replay sessions
    • Due to all the above points - it helped to improve customer experience
    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
    Contentsquare
    • I think Heap can improve its onboarding; I would love to see some info that is helpful for someone who isn't in Heap every single day.
    • Sharing dashboards can be tricky, it feels like a huge learning curve that I already have forgotten how to do.
    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
    Contentsquare
    It's a great platform. I'm glad that one of our product managers introduced it because it has allowed us to create all kinds of new functionality. We're not only able to create a better product experience from our communications because of Heap, but we're also able to generate all kinds of helpful analysis.
    Incentivized
    Read full review
    Amazon AWS
    No answers on this topic
    Usability
    Contentsquare
    On a scale from 1-10, I find Heap to be incredibly user-friendly and easy to use. I enjoyed the training videos available and was quickly able to pick up how to create events and reports to track user interactions on our product. I would recommend Heap for its usability first and foremost.
    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
    Contentsquare
    I've never run into any issues with Heap's availability, Heap is always there when I need it. I haven't run into any issues like application errors or unplanned outages during my 2+ years of using Heap. Each and every time I log in to Heap I have a completely functional experience
    Incentivized
    Read full review
    Amazon AWS
    No answers on this topic
    Performance
    Contentsquare
    Heap doesn't affect page load times considerably nor has a large impact [on] our overall score, as far as page loading times inside of the tool its pretty reliable to retrieve data as much as "instant" that it can be the delay seems to be on data getting tracked into the servers to be read but it's not significant.
    Incentivized
    Read full review
    Amazon AWS
    No answers on this topic
    Support Rating
    Contentsquare
    Heap support has allowed us to troubleshoot and test a lot of different items. Their support team is always helpful and friendly, even when we come to them with the most complicated questions. I think this greatly improves the value proposition of the product because their support team is knowledgable and friendly.
    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
    Implementation Rating
    Contentsquare
    The implementation was smooth and easy. The Heap team helped us with implementation and it went great! Within a few weeks, we were fully up and running and utilizing the platform to its full capability. This is an additional thing that has made this platform so great and we couldn't recommend it enough.
    Incentivized
    Read full review
    Amazon AWS
    No answers on this topic
    Alternatives Considered
    Contentsquare
    Heap offers a ton of functionality on a single platform.It also has an smart data science layer to offers suggestions for next steps in the analysis, allowing us to explore alternative paths we may not think to take. The low-code option for updating data is appealing, and there is a lot of automation with minimal engineering effort.
    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
    Contentsquare
    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
    Contentsquare
    The most challenging part of using Heap in a growing organization is the naming and structure in which reports and dashboards are organized. I work within the marketing department and our Heap leader internally works within the IT/Product department, which makes it challenging because we often don't speak the same language, so the learning curve has been steep without any specific use-case examples to leverage online.
    Incentivized
    Read full review
    Amazon AWS
    No answers on this topic
    Return on Investment
    Contentsquare
    • It has helped us make decisions on what products to scope for our MVP based on the usage data.
    • It's allowed us to measure success with our beta product.
    • It's helped us view our conversion rates in an easy and usable manner.
    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

    Heap Screenshots

    Screenshot of Dashboard in Heap (Use to get Product or User Behavior Insights)Screenshot of Effort Analysis provides the first-ever quantitative measurement of user friction, capturing the difficulty users face when moving through every step of every user flow across the digital experience.Screenshot of Heap Illuminate looks for the most common events between two steps in a funnel and generates a Top Events table that displays how well paths including different events convert to the next step so you can understand how that behavior is helping or hurting conversion.Screenshot of From Top Events you can choose an event and use Path Comparison to fork your funnel and see how the selected behavior impacts conversion downstream.