No more typing reviews! Try our Samantha, our new voice AI agent.

Matterport vs Redgate Flyway comparison

Sponsored
 

Comparison Buyer's Guide

Executive Summary

Review summaries and opinions

We asked business professionals to review the solutions they use. Here are some excerpts of what they said:
 

Categories and Ranking

Arctera Insight Platform
Sponsored
Average Rating
0
Number of Reviews
0
Ranking in other categories
Data Governance (61st), Compliance Management (31st)
Matterport
Average Rating
8.0
Number of Reviews
3
Ranking in other categories
AWS Marketplace (74th)
Redgate Flyway
Average Rating
7.4
Number of Reviews
5
Ranking in other categories
AWS Marketplace (19th)
 

Featured Reviews

Use Arctera Insight Platform?
Leave a review
CA
Resource Technology Senior Vdc Engineer at reiSource
Detailed 360° site capture has transformed project documentation and now streamlines insurance claims
Matterport needs to find a way to do what they are doing with SLAM instead of terrestrial. The biggest drawback to Matterport these days, and why other tools are being used, is that you only have a certain amount of time to capture data, and unfortunately, terrestrial devices do not really allow for that. Second, you have not made it permanent for manually aligning captures in the Matterport app. Every now and then it allows me to do a manual align, but that needs to be a standard feature. Instead of saying, 'I cannot find any alignment, please scan again,' it should give me the option of just moving the alignment myself. I understand that Matterport is built for you to need to do things in a certain sequence, but the reality is that sometimes I have to go back to rooms later on. Sometimes there are rooms that are symmetrical, and in those cases, it can really help if you have some user input. It saves a lot of time and it saves a lot of capture time. On top of all of that, the actual application itself is very unstable. You reach a certain amount of captures and the device does not work anymore. But then that messes up the entire workflow. If the project is too big to work on the app and I have to build another one, I need to create two projects and then wait for those to merge. And then I have to take both projects individually and align them to each other and let that merge again. So now I am talking about waiting a day for the thing to automatically align, and then I have to merge it manually, and then wait a day for those results. So instead of getting results in one day, I have to do it in two days, and it is all because of the reliability of the application. I think that Matterport is overpriced. At this point, there should be some SLAM integration with maybe terrestrial as an anchor if needed. And if they want to push all of these products such as CAD and point clouds from their data sets, then they should truly work on making sure that that data is accurate enough for what it needs to do. The market is oversaturated with people with Matterport devices trying to do Lidar jobs, but the accuracy is not good enough. Getting a CAD plan exported, but it is not a vector, and it is a locked-down PDF essentially makes it useless. If you want to keep things locked down and not able to be vectorized, then that seems to say a lot about the accuracy, in which case point clouds and vector CAD should not be available at all. I think that there is much to be improved. There should never be a situation where Matterport cannot find data to match and it asks me to rescan. At the end of the day, if it was using photogrammetry and something such as lighting was the reason why it cannot find any alignment points, that would be one thing, but you have Lidar included. So if you have Lidar, that means there are overlapping points, and if there are overlapping points, there should always be a match. If you cannot find a match, that means that your algorithm is not mature enough or your Lidar data is not actually accurate enough. The scalability is pretty low, considering the fact that the price to scale up sites is already immensely high, and there is no benefit to having multiple devices at a time. You can capture a site faster, but as I said, it ends up taking the same amount of time by the time it auto-processes it, I manually merge, and then have to wait for that merger to process. Somebody can go and get half of it done in one day, half of it done in another, and it will take the same amount of time. Matterport needs to find a way in its apps to allow me to merge prior to doing the full processing, so that way I do not lose that same time twice. Pricing is pretty straightforward, but it is overpriced. That is the reason I found a solution to take my Matterport spaces down and put them on a local desktop so that way it can be embedded, shared, or kept locally. The first reason is for security purposes. The second reason is because the price is entirely too high, but I understand that once you are in this ecosystem, it is hard to leave. There is only a tool, I think Doxel, which will allow me to transfer over Matterport projects into their ecosystem so that at least on their site, I can access the scans done for Matterport as well as from their own software. But there is no solution to actually take your data from Matterport and move it somewhere else. So once you join, you are basically locked in. And the unfortunate thing is that it is really set up for real estate tours as far as the pricing is concerned. So if you are using it for anything other than that, you are definitely overpaying.
Hassan F - PeerSpot reviewer
Full Stack Developer at DPL
Automated database releases have reduced errors and now save a full day of deployment effort
The best features that Redgate Flyway offers, if I had to pick a few that really stand out, would be multi-environment support. On the migrations tab, I do not need to go to an environment and change settings or anything. I simply change the branches of the environment and it shows me what is available and what has been run on a certain environment. The environment feature is very user-friendly and helpful, so I would keep it at the top of my list. The feature of changing branches on the migrations tab is very helpful. An example of how Redgate Flyway specifically helped with discrepancies is that previously we did not have any tool recording database changes. We work on an Agile Scrum pattern, so we have to do deployments frequently, within every two to three weeks or sometimes four weeks. Previously, we had code repositories for front-end and back-end, but for the database side, we did not have any repository. We were not saving database-related changes in any GitHub or AWS CodeCommit repositories. Every time, we have a Jira board where developers update their scripts. For example, if I work on a ticket and update a stored procedure, I must mention the stored procedure on the ticket. When deployment time arrives, the release manager must pull out or scan all the tickets and extract the objects. For example, if we deploy 10 Jira tickets from a sprint in the next release, we must go through all 10 tickets and see the post-deployments of their tickets. Then we extracted the objects from the development environment, deployed on stage, and then deployed on production. In this scenario, many objects and discrepancies occurred. Sometimes a developer or the release manager would forget the object to take to production. Now, after using Redgate Flyway, I have restricted access as the release manager of my team. I manage the release for my team and have restricted developer access to environments other than the development environment. If developers want to take anything to the next environment such as demo, staging, or production, they must make a script. When they create a script, it is in our record. Now, after using Redgate Flyway, we do not need to scan all the tickets on Jira or see the post-deployments of each ticket. We simply view the Redgate Flyway script showing what has been run from this to this version, and what pending deployments need to be run on production. In this way, it has helped tremendously. I can share that the migrations tab and branch changing helped my team in a specific situation during our second last sprint. Two developers were working on the same object, and one change needed to be deployed on stage while another change needed to be deployed on the demo environment, which is our QA level. Our QA and demo are the same environment, and then we have stage and production. We have three environments other than development. Previously, without Redgate Flyway, what could have happened is that we would take the stored procedure from demo if we needed to deploy it on stage and take it directly to stage. This was our previous practice where we would go to the database explorer, take the stored procedure, and move it to the next environment with the ticket. Now with Redgate Flyway, we have different versions of that stored procedure. We simply took the version of the stored procedure that needed to be on stage, and the second version that needed to be on the QA level remained there. Redgate Flyway helped in this case, and we have many cases.
report
Use our free recommendation engine to learn which AWS Marketplace solutions are best for your needs.
902,988 professionals have used our research since 2012.
 

Top Industries

By visitors reading reviews
No data available
Construction Company
47%
Manufacturing Company
7%
Outsourcing Company
6%
Insurance Company
5%
Construction Company
36%
Comms Service Provider
16%
Financial Services Firm
10%
Manufacturing Company
9%
 

Company Size

By reviewers
Large Enterprise
Midsize Enterprise
Small Business
No data available
No data available
By reviewers
Company SizeCount
Small Business3
Large Enterprise4
 

Questions from the Community

Ask a question
Earn 20 points
What is your experience regarding pricing and costs for Matterport?
Overall, the pricing, setup cost, and licensing for Matterport are on the expensive side in Nigeria; however, I find ...
What needs improvement with Matterport?
I personally use the Pro2 version of Matterport, which uses infrared detectors, but I find scanning outdoors frustrat...
What is your primary use case for Matterport?
My main use case for Matterport is for the 3D scanning of buildings and spaces, whether for work or leisure, as we pr...
What is your experience regarding pricing and costs for Redgate Flyway?
My experience with pricing, setup cost, and licensing is that it is a very cost-effective and affordable tool.
What needs improvement with Redgate Flyway?
I believe Redgate Flyway can be improved by making the object mapping available in the community edition. It would be...
What is your primary use case for Redgate Flyway?
Redgate Flyway is my primary tool for database migrations, especially for solutions based on the Java programming lan...
 

Overview

Find out what your peers are saying about Matterport vs. Redgate Flyway and other solutions. Updated: June 2026.
902,988 professionals have used our research since 2012.