TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    Google Drive

    Score8.7 out of 10
    N/AGoogle Drive is a cloud file storage, synchronization, and collaboration platform and service, that features Google Docs, Sheets, and Slides for document editing and presentation.

    $6

    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
    Google DriveAmazon Redshift
    Editions & Modules
    Basic
    $6.00
    per month
    Business
    $12.00
    per month
    Enterprise
    Contact Vendor for Quote
    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
    Google DriveAmazon Redshift
    Free Trial
    YesNo
    Free/Freemium Version
    YesNo
    Premium Consulting/Integration Services
    NoNo
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional DetailsDiscounts are available for students, educators, and non profit organizations.—
    More Pricing Information
    Community Pulse
    Google DriveAmazon Redshift
    Considered Both Products
    Google
    No answer on this topic
    Amazon AWS
    No answer on this topic
    Key User Insights
    Would buy again
    99%
    Would buy again
    120 Answers
    78%
    Would buy again
    14 Answers
    Delivers good value for the price
    99%
    Delivers good value for the price
    114 Answers
    82%
    Delivers good value for the price
    14 Answers
    Happy with the feature set
    97%
    Happy with the feature set
    117 Answers
    78%
    Happy with the feature set
    14 Answers
    Lived up to sales and marketing promises
    95%
    Lived up to sales and marketing promises
    81 Answers
    93%
    Lived up to sales and marketing promises
    14 Answers
    Implementation went as expected
    99%
    Implementation went as expected
    93 Answers
    100%
    Implementation went as expected
    16 Answers
    Features
    Google DriveAmazon Redshift
    File Sharing & Management
    Comparison of File Sharing & Management features of Google Drive and Amazon Redshift
    Feature
    Google Drive
    8.4
    221 Ratings
    0% above category average
    Amazon Redshift
    -
    Ratings
    Versioning8.7195 Ratings00 Ratings
    Video files7.8190 Ratings00 Ratings
    Audio files8.3184 Ratings00 Ratings
    Document collaboration9.0218 Ratings00 Ratings
    Access control8.0216 Ratings00 Ratings
    File search8.1220 Ratings00 Ratings
    Device sync8.9205 Ratings00 Ratings
    Cloud Storage Security & Administration
    Comparison of Cloud Storage Security & Administration features of Google Drive and Amazon Redshift
    Feature
    Google Drive
    8.6
    215 Ratings
    1% below category average
    Amazon Redshift
    -
    Ratings
    User and role management9.0202 Ratings00 Ratings
    File organization8.0213 Ratings00 Ratings
    Device management8.799 Ratings00 Ratings
    Cloud Storage Platform
    Comparison of Cloud Storage Platform features of Google Drive and Amazon Redshift
    Feature
    Google Drive
    8.9
    214 Ratings
    3% above category average
    Amazon Redshift
    -
    Ratings
    Performance9.2212 Ratings00 Ratings
    Reliability9.1214 Ratings00 Ratings
    Storage Reports8.587 Ratings00 Ratings
    Best Alternatives
    Google DriveAmazon Redshift
    Small Businesses
    IDrive Online Backup and Object Storage e2
    Score9.1 out of 10
    No answers on this topic
    Medium-sized Companies
    Apple iCloud
    Score8.4 out of 10
    Snowflake
    Score8.7 out of 10
    Enterprises
    ownCloud
    Score9.2 out of 10
    Snowflake
    Score8.7 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    Google DriveAmazon Redshift
    Likelihood to Recommend
    8.5
    (224 ratings)
    9.0
    (38 ratings)
    Likelihood to Renew
    10.0
    (6 ratings)
    -
    (0 ratings)
    Usability
    8.8
    (54 ratings)
    9.0
    (10 ratings)
    Availability
    10.0
    (1 ratings)
    -
    (0 ratings)
    Performance
    9.0
    (7 ratings)
    -
    (0 ratings)
    Support Rating
    1.0
    (49 ratings)
    9.0
    (7 ratings)
    In-Person Training
    9.0
    (1 ratings)
    -
    (0 ratings)
    Implementation Rating
    8.0
    (3 ratings)
    -
    (0 ratings)
    Configurability
    6.0
    (1 ratings)
    -
    (0 ratings)
    Contract Terms and Pricing Model
    -
    (0 ratings)
    10.0
    (1 ratings)
    Ease of integration
    5.0
    (1 ratings)
    -
    (0 ratings)
    Product Scalability
    10.0
    (1 ratings)
    -
    (0 ratings)
    User Testimonials
    Google DriveAmazon Redshift
    Likelihood to Recommend
    Google
    It is possible to share files and folders with up to 200 email addresses, as well as with persons outside the company.Use the drop-down arrow to select who may see, comment on, or change the file or folder before sending out an invitation.I am very much impressed with this feature
    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
    Google
    • Any user with access can store a file using different platforms like Android, IOS, Windows, or Ubuntu (Desktop version)
    • You can share files with any number of different users with different access rights or you can even keep it public by providing the access link and assign different rights for public access
    • You can open Excel/Word files using google software Sheets/Docs in the browser environment without having to install software like Microsoft Office etc on your Windows OS
    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
    Google
    • Having a little bit more control and clarity over what is shared and how it is shared would be a useful improvement.
    • Could be more robust and flexible as far as assigning restrictions.
    • Google Sheets could be enhanced because Excel really is not there yet as a product with equal capabilities as there are still quite a few limitations to the functionality.
    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
    Google
    It's perfect for me. It keeps things saved and is easy to remove items if needed. Also, I very much enjoy the formatting options. Along with the integrations it has for SSO. Overall, this is the most user friendly system I have ever come across.
    Read full review
    Amazon AWS
    No answers on this topic
    Usability
    Google
    It's easy enough to use for computer users of all ages and skill levels. I am an advanced user, and I think the hardest part might be showing someone how to download and set up the app on their device if they weren't too familiar with computers, but overall it is very easy to understand.
    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
    Google
    Always available
    Incentivized
    Read full review
    Amazon AWS
    No answers on this topic
    Performance
    Google
    The documents load fairly quickly and also update in real time, especially given the fact that multiple people can be using it at once. The "Offline" feature works great to allow the user to make edits and access the document without access to the internet, and then sync changes later once they're back.
    Incentivized
    Read full review
    Amazon AWS
    No answers on this topic
    Support Rating
    Google
    It takes a few days for customer support to get back to you. Although, I have not had to use support too often. Once you get an email back, they are very thorough and work hard to fix the problem quickly. It is a really great resource and a great way to get the help you need if you're stuck. A phone call also works quickly but you have to call during specific times.
    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
    Google
    The effective google workspace using training that my organization received and was conducted by me (as a team lead of the ICT team) was mind-blowing and as a result, our staff is performing well in terms of using the application for their daily jobs than before. Now, in my institution, all teachers and all the administrative personnel are very much interested in cloud storage facilities, in previous my institution was afraid of losing all important documents in the cloud storage. But, after having received the training they are now realized that if anyone has only one google account then he or she can use 15GB of cloud storage freely and they are now happy because now it is not necessary for anyone to carry the traditional pen drive.
    Incentivized
    Read full review
    Amazon AWS
    No answers on this topic
    Implementation Rating
    Google
    It's an extremely easy software to implement, once you sign up for a google account you automatically have access to google drive with a set amount of storage space. The business or Google Suite accounts have more storage space than a regular free account, but setting up and accessing google drive is very easy in both cases
    Read full review
    Amazon AWS
    No answers on this topic
    Alternatives Considered
    Google
    In short, Google Drive is better for independent users who store a normal amount of stuff. OneDrive makes more sense for businesses and teams that are doing heavy-duty storage or large-scale syncing. Realistically, though, most users will fall somewhere in between the two, where either platform would meet their needs.
    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
    Google
    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
    Google
    I have always been able to access
    Incentivized
    Read full review
    Amazon AWS
    No answers on this topic
    Return on Investment
    Google
    • It has given our operation remote capabilities
    • Easier to access and understand client's need through collaborative enviroment
    • availability to digital resources fast and easy
    • saved our operation hundreds of dollars in physical storage (both investment and maintenance)
    • our operation became easier for new staff to get onboard: small learning curve to use it
    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

    Google Drive Screenshots

    Screenshot of Google Drive PriorityScreenshot of Comment on Microsoft Files in Google DriveScreenshot of Shared drives