DBLab SE - instant cloning and database branching for PostgreSQL logo

    DBLab SE - instant cloning and database branching for PostgreSQL

    DBLab Standard Edition (DBLab SE) delivers fast, cost-effective database cloning, enabling agile teams to create instant, full-size production clones for development, testing, and staging, all managed like code, integrated into CI/CD pipelines, and optimized with transparent pricing.

    Ratings and reviews

    4.3
    2 ratings
    3 star
    2 star
    1 star
    50%
    50%
    0%
    0%
    0%
    1 AWS reviews
    |
    1 external reviews
    External reviews are from PeerSpot .

    Filters

    Review type

    AWS Marketplace reviews
    External reviews
    Reviews (2)
    reviewer2845797

    Rapid database cloning has accelerated realistic testing but initial setup still needs simplification

    Reviewed on May 24, 2026
    Review provided by PeerSpot

    What is our primary use case?

    During the hackathon, my main use case for DBLab Engine was quickly spinning up a full-size database clone for testing and benchmarking my application query on realistic data loads without destroying the main environment. DBLab Engine really helped me to quickly prototype my idea.

    For a specific example of how I used DBLab Engine during my project, we were implementing a complex analytic feature that required running heavy, unoptimized SQL queries to benchmark performance under realistic data loads. Instead of manually setting up a messy local database or risking downtime on a shared instance, I used the database API to instantly create a thin clone. I was able to safely run multiple query optimization experiments, analyze the execution plans, and iterate on database indexes in an isolated environment. Once the test was complete, I destroyed the clone immediately, which made the testing workflow incredibly lightweight and fast.

    What is most valuable?

    I only used DBLab Engine for a while, but I already see many benefits. I can think of applications not only in the hackathon, but we can also probably do some black-box monitoring, set up some simulation environments, and I think it is very helpful to have this kind of automatic testing to ensure that whenever our new feature is delivered, there are no regressions.

    In my experience, the absolute best feature of DBLab Engine is the thin cloning capability driven by copy-on-write technology. Being able to provide a full-size production-scale database clone in just a few seconds, regardless of whether the underlying database is tens of gigabytes or multiple terabytes, is a massive game-changer for engineering velocity. I really would to try more. The complete environment isolation is also very fantastic.

    I have noticed that the thin cloning and environmental isolation of DBLab Engine have dramatically accelerated our development lifecycle and improved overall code quality, even in a hackathon. Before utilizing this, setting up a realistic test database was a major bottleneck. Developers either had to share a single staging database or spend hours trying to seed a local database with a thin, representative subset of mock data. With DBLab Engine, we achieved complete workflow interdependence, which was incredibly helpful.

    What needs improvement?

    One thing I noticed is that not many people know about DBLab Engine, so I think it needs more advertisement. Additionally, the initial configuration and infrastructure setup is a bit complicated, so more documentation would be a good addition to have.

    For how long have I used the solution?

    I used DBLab Engine in an AI hackathon event, which was good, so I would say approximately one month, including the survey.

    What do I think about the stability of the solution?

    DBLab Engine is stable for our use case.

    What do I think about the scalability of the solution?

    I believe DBLab Engine can handle scalability well, primarily because of its architectural design. It uses a containerized approach alongside a copy-on-write file system. In our use case, we did not have a chance to scale it, as we were just doing some research and experimental work in the hackathon, but I believe there are more use cases out there. I think scalability is usually not an issue.

    How are customer service and support?

    I did not use customer support this time, but I asked AI many questions in order to set this up. If that also counts, I think there are many resources out there, as AI knows everything.

    Which solution did I use previously and why did I switch?

    Before using DBLab Engine, we primarily relied on standard staging databases or manually providing smaller local database dumps for testing.

    How was the initial setup?

    I believe I just had a try with DBLab Engine and cannot think of anything that needs improvement.

    What was our ROI?

    I have seen a clear return on investment with DBLab Engine, primarily measured in significant time saving and reduced infrastructure overhead.

    What's my experience with pricing, setup cost, and licensing?

    I think DBLab Engine offers excellent flexibility when it comes to pricing and license because the core engine, I believe, is open-source. The initial cost to experiment with it during the hackathon was completely free, which lowered the barrier to entry significantly.

    Which other solutions did I evaluate?

    I usually use Google Cloud Spanner because that is the most common solution available in Google Cloud and also used in our products. Because it was a hackathon, I wanted to try something new on the market and see how it goes.

    What other advice do I have?

    A piece of advice I would give to others looking into using DBLab Engine is to identify your team's database testing bottleneck before diving in. If your developers are frequently running into issues such as flaky tests or an inability to test complex query performance against realistic data, I think DBLab Engine is an incredibly effective solution. I would rate my overall experience with DBLab Engine at a rating of four out of five.

    Denis

    Good and useful product

    Reviewed on Dec 06, 2022
    Review from a verified AWS customer

    We have been using Database Lab Engine at Boost Sport AI for more than two years and it helped us a lot in dealing with data and the development process.
    There are two most common usage scenarios for us:
    - Having a fast clone for the data scientist or developer to be able to play with data (including necessary data modification) without having to wait for the long process of database cloning. Using Database Lab we can have a new clone in seconds, without having to wait and not needing to have much storage for each of the clones.
    - A developer can have a database he/she can use for his development backend instance without having to make a clone on his machine or elsewhere, and he can quickly update this database instance to match the current production data.