TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    DbVisualizer

    Score9.6 out of 10
    N/ADbVisualizer is a universal database client and SQL tool for developers, analysts, DBAs, data engineers, and anyone who works with data, from beginner developers and startups to professional teams managing complex database environments. It provides a graphical interface for exploring database structures, managing schemas and database objects, and running SQL queries across multiple database systems through JDBC drivers, including MySQL, PostgreSQL, SQL Server,…

    $0

    PrestoDB (or Presto)

    Score10 out of 10
    N/APresto is an open source SQL query engine designed to run queries on data stored in Hadoop or in traditional databases. Teradata supported development of Presto followed the acquisition of Hadapt and Revelytix.N/A
    Pricing
    DbVisualizerPrestoDB (or Presto)
    Editions & Modules
    DbVisualizer Free
    $0
    DbVisualizer Pro with Basic support - Renewal
    $89
    per year per user
    DbVisualizer Pro with Premium support - Renewal
    $119
    per year per user
    DbVisualizer Pro with Basic support
    $199
    per year per user
    DbVisualizer Pro with Premium support
    $229
    per year per user
    No answers on this topic
    Offerings
    Pricing Offerings
    DbVisualizerPrestoDB (or Presto)
    Free Trial
    YesNo
    Free/Freemium Version
    YesNo
    Premium Consulting/Integration Services
    NoNo
    Entry-level Setup FeeOptionalNo setup fee
    Additional DetailsNew license cost includes a perpetual license, software upgrades and support for the length of the term. 1, 2 & 3 year terms are offered. Once license expires the user may access all Pro versions released before the license expiry indefinitely. To gain access to Pro versions released after the license expired, license renewal is offered. Volume discounts apply to both new and renewal licenses.—
    More Pricing Information
    Community Pulse
    DbVisualizerPrestoDB (or Presto)
    Considered Both Products
    DbVis Software AB
    No answer on this topic
    Open Source
    No answer on this topic
    Key User Insights
    Would buy again
    100%
    Would buy again
    60 Answers
    No answers on this topic
    Delivers good value for the price
    98%
    Delivers good value for the price
    57 Answers
    No answers on this topic
    Happy with the feature set
    98%
    Happy with the feature set
    59 Answers
    No answers on this topic
    Lived up to sales and marketing promises
    98%
    Lived up to sales and marketing promises
    47 Answers
    No answers on this topic
    Implementation went as expected
    100%
    Implementation went as expected
    55 Answers
    No answers on this topic
    Features
    DbVisualizerPrestoDB (or Presto)
    Database Development
    Comparison of Database Development features of DbVisualizer and PrestoDB (or Presto)
    Feature
    DbVisualizer
    7.4
    49 Ratings
    14% below category average
    PrestoDB (or Presto)
    -
    Ratings
    Performance optimization tools7.144 Ratings00 Ratings
    Schema maintenance7.846 Ratings00 Ratings
    Database Administration
    Comparison of Database Administration features of DbVisualizer and PrestoDB (or Presto)
    Feature
    DbVisualizer
    7.2
    36 Ratings
    11% below category average
    PrestoDB (or Presto)
    -
    Ratings
    User management7.533 Ratings00 Ratings
    Database security6.427 Ratings00 Ratings
    Database status reporting7.526 Ratings00 Ratings
    Best Alternatives
    DbVisualizerPrestoDB (or Presto)
    Small Businesses
    DBeaver
    Score8.6 out of 10
    Amazon RDS
    Score8.1 out of 10
    Medium-sized Companies
    DBeaver
    Score8.6 out of 10
    SingleStore
    Score8.2 out of 10
    Enterprises
    DBeaver
    Score8.6 out of 10
    SAP IQ
    Score5.4 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    DbVisualizerPrestoDB (or Presto)
    Likelihood to Recommend
    8.7
    (60 ratings)
    7.8
    (2 ratings)
    Likelihood to Renew
    9.1
    (3 ratings)
    -
    (0 ratings)
    Usability
    8.2
    (30 ratings)
    -
    (0 ratings)
    Support Rating
    9.1
    (2 ratings)
    -
    (0 ratings)
    Implementation Rating
    8.4
    (2 ratings)
    -
    (0 ratings)
    User Testimonials
    DbVisualizerPrestoDB (or Presto)
    Likelihood to Recommend
    DbVis Software AB
    Seamlessly querying PostgreSQL/PostGIS, Oracle, SQL Server, and SQLite from one interface without switching tools. The intelligent autocomplete and schema browsing make it ideal for writing queries and understanding unfamiliar databases. Complex performance tuning, deep monitoring, and automated backup/recovery require specialized DBA tools. Performance degrades with tens or hundreds of thousands of rows; command-line tools or ETL solutions are better suited to bulk data processing.
    Incentivized
    Read full review
    Open Source
    Presto is for interactive simple queries, where Hive is for reliable processing. If you have a fact-dim join, presto is great..however for fact-fact joins presto is not the solution.. Presto is a great replacement for proprietary technology like Vertica
    Incentivized
    Read full review
    Pros
    DbVis Software AB
    • Out-of-the-box support for many different databases.
    • Intuitive UI for interacting with data.
    • Flexibility of SQL Commander for writing scripts.
    • Great support for working with JSON data in recent updates.
    • Database connections over SSH.
    • Table relationship visualization is very helpful.
    • The tree view is well organized in how it splits out schemas.
    Read full review
    Open Source
    • Linking, embedding links and adding images is easy enough.
    • Once you have become familiar with the interface, Presto becomes very quick & easy to use (but, you have to practice & repeat to know what you are doing - it is not as intuitive as one would hope).
    • Organizing & design is fairly simple with click & drag parameters.
    Incentivized
    Read full review
    Cons
    DbVis Software AB
    • Small, but noticeable: it would be nice to be able to highlight just one column of a data output for copy/paste by clicking on the column header (a feature some of us are accustomed to from SQL Server Management Studio)
    • Is there an ability to bulk import an excel file to a table in a connected SQL Server in DbVis? If so, I haven't figured that out yet. I still largely use Microsoft SSMS to import data to our team's personal SQL Server, but can easily query that server via DbVis)
    • (I really don't have any major complaints - our company has tried to steer users toward DBeaver for YEARS, which I cannot stand. DbVis knocks the beaver out of the water)
    Read full review
    Open Source
    • Presto was not designed for large fact fact joins. This is by design as presto does not leverage disk and used memory for processing which in turn makes it fast.. However, this is a tradeoff..in an ideal world, people would like to use one system for all their use cases, and presto should get exhaustive by solving this problem.
    • Resource allocation is not similar to YARN and presto has a priority queue based query resource allocation..so a query that takes long takes longer...this might be alleviated by giving some more control back to the user to define priority/override.
    • UDF Support is not available in presto. You will have to write your own functions..while this is good for performance, it comes at a huge overhead of building exclusively for presto and not being interoperable with other systems like Hive, SparkSQL etc.
    Incentivized
    Read full review
    Likelihood to Renew
    DbVis Software AB
    We never had problems with it. It is able to connect to all data sources (Oracle, Informix, DB2, SQL Server) that we currently use.
    Incentivized
    Read full review
    Open Source
    No answers on this topic
    Usability
    DbVis Software AB
    It does what we need it for, which is manipulate data, check connections, visualize database structures, check on user rights, or even just version checks on the used databases. The 'type to get to table name' feature is often irrational in behaviour, which leads to frustration. The start-up time could be much better, and the UI changes between versions are sometimes a hassle for us when buttons are suddenly moved or their appearance changes. We use a wide variety of DBVis versions on customer installations (which use the once-bought version), and differences in the look and feel between versions sometimes slow us down.
    Read full review
    Open Source
    No answers on this topic
    Support Rating
    DbVis Software AB
    Never used
    Incentivized
    Read full review
    Open Source
    No answers on this topic
    Alternatives Considered
    DbVis Software AB
    [DbVisualizer] is pretty easy to use compared to IntelliJ because of it's simplicity. The performance is very good, it feels as good as a native application compared to the other two softwares I used for the same purpose. It's very cheaper compared to the other two tools and that's a big selling point.
    Incentivized
    Read full review
    Open Source
    Presto is good for a templated design appeal. You cannot be too creative via this interface - but, the layout and options make the finalized visual product appealing to customers. The other design products I use are for different purposes and not really comparable to Presto.
    Incentivized
    Read full review
    Return on Investment
    DbVis Software AB
    • Positive: Real time saver when working across multiple databases. At least 30-40 mins a day are saved
    • Positive: Helpful for the 'quick DBA' tasks without switching to the native tools: approx 1-2 hours saved weekly
    • Positive: Easy switch between environments / schemas / etc without hassle: saved at least an hour daily
    Read full review
    Open Source
    • Presto has helped scale Uber's interactive data needs. We have migrated a lot out of proprietary tech like Vertica.
    • Presto has helped build data driven applications on its stack than maintain a separate online/offline stack.
    • Presto has helped us build data exploration tools by leveraging it's power of interactive and is immensely valuable for data scientists.
    Incentivized
    Read full review
    ScreenShots

    DbVisualizer Screenshots

    Product screenshotScreenshot of SQL formattingScreenshot of ERD diagramScreenshot of Auto completeScreenshot of Database connectionScreenshot of Database connection