Databricks review, pricing and verdict

Unified Lakehouse platform for data engineering, analytics, and AI, founded 2013, valued at $190B (Aug 2026), with consumption pricing from $0.08 per DBU on the published Premium tier.

  • data science ml
  • Web
checked

Last updated: 2026-09-04

Databricks holds a 4.6-star G2 rating across 1,278 reviews and unifies data engineering, data warehousing, and AI on its Lakehouse architecture, which stores data once in Delta Lake for both analytics and machine learning. Unity Catalog governs access to tables, files, models, and AI agents in one layer, Genie's natural-language agent is read-only by design, and the platform runs on AWS, Azure, and Google Cloud.

HokAI Editorial Rating: 4.2 / 5

  • ease of use: 6 / 10
  • value for money: 6 / 10
  • support quality: 8 / 10
  • feature completeness: 9 / 10

About Databricks

Databricks is a unified data and AI platform built around the Lakehouse architecture, which combines the low-cost storage of a data lake with the management and performance of a data warehouse. Founded in 2013 by the team behind Apache Spark, Delta Lake, and MLflow, the company closed a $5 billion strategic funding round at a $190 billion valuation on August 13, 2026, led by Coatue with Blackstone, MGX, T. Rowe Price, and Sixth Street Growth, up from a $134 billion valuation reached in February 2026 (a separate $5 billion round plus $2 billion in debt capacity). Third-party funding trackers put total capital raised at roughly $25 billion across 16 rounds. Databricks crossed a $7 billion annualized revenue run-rate in its second quarter of 2026, growing more than 80% year over year. The platform replaces the typical split between a data warehouse for BI and a separate data lake for machine learning, letting data engineers, analysts, and data scientists work from the same governed copy of the data. At its core, Databricks runs managed Spark clusters and serverless compute on top of Delta Lake, an open table format that adds ACID transactions and versioning to files stored in cloud object storage. Unity Catalog provides a single governance layer for tables, files, models, and AI agents across a workspace, with fine-grained access control and audit logging. Mosaic AI provides an Agent Framework for building and serving compound AI systems, and as of 2026 ships Managed MCP Servers in beta so agents can call Genie Spaces and Unity Catalog functions through the Model Context Protocol. Genie, generally available in 2026, gives business users a natural-language interface to ask questions of governed data without writing SQL, and is read-only by design: Databricks' own documentation states Genie agents only generate and run read-only SQL queries, so they cannot modify governed tables. Genie Code extends the natural-language interface to data engineering tasks such as generating pipelines and reviewing SQL, and its Agent mode can run code in the notebook and SQL editor with user confirmation. Data engineers use the platform for ETL pipelines and Delta Live Tables, data scientists use it for model training and MLflow experiment tracking, and analytics teams build AI/BI dashboards from Genie-generated visualizations. It suits organizations with large-scale structured and unstructured data who need one platform for engineering, analytics, and generative AI rather than stitching together separate tools; it is not built for solo developers or small teams with no prior Spark experience. The company holds SOC 2 Type II, ISO 27001, ISO 27018, ISO 27701, and HIPAA compliance, and publishes governance tooling aimed at EU AI Act and GDPR requirements through Unity Catalog's data tagging and lineage features. In 2026 it shipped Lakebase, a managed Postgres-compatible operational database with autoscaling, alongside dashboard bookmarks, dashboard variables, and a beta tool that imports existing Tableau or Power BI workbooks into AI/BI dashboards.

Screenshots

Databricks pricing calculator with Select plan toggled between Premium and Enterprise, and a Supported Instance Types table listing vCPUs, memory, DBU/hour and rate per hour
Premium is the default plan on the live calculator, and DBU/hour is priced per AWS instance type rather than a flat per-compute-type rate
Databricks Security & Trust Center homepage headlined Your data security is our top priority, with a Security Best Practices panel and Overview section
The trust center is where the platform documents which AI assistive features are read-only and which do not retain or train on customer data

Pricing

Databricks Free Edition (the January 2026 successor to the retired Community Edition) needs no credit card and gives individuals limited serverless compute and storage to learn notebooks, Spark, and Delta Lake. A 14-day free trial on AWS, Azure, or Google Cloud Marketplace waives the Databricks platform charges, though the customer's own cloud account is still billed separately for the underlying compute and storage the trial uses. Paid usage on the Premium tier is billed per Databricks Unit (DBU); published rates run from $0.08/DBU for Model Serving (Classic ML CPU/GPU) up to $0.55/DBU for All-Purpose Compute, with SQL Compute at $0.22/DBU, Lakeflow Jobs Classic at $0.15/DBU, Lakeflow Jobs Serverless and Lakeflow Declarative Pipelines Serverless at $0.40/DBU, and Lakebase at $0.50/DBU — all plus a separate cloud infrastructure bill from AWS, Azure, or GCP. Enterprise-tier DBU rates are not published; Databricks quotes them directly through sales, and third-party FinOps benchmarks estimate them roughly 15-25% above the equivalent Premium rate. Committed Use Contracts trade a usage commitment for a discount off these list rates.

Feature Comparison by Tier

FeatureFree EditionPremiumEnterprise
Price$0$0.08–$0.55 per DBU (published rates)Custom, quote only
Compute accessServerless only, capped quotaAll compute types, self-serveAll compute types, dedicated capacity
Unity Catalog governanceLimitedFullFull, advanced access controls
Genie natural-language agentLimitedIncluded, read-onlyIncluded, read-only
Mosaic AI Agent Framework / Managed MCPIncluded, MCP in betaIncluded, MCP in beta
SupportCommunity forum onlyStandard support24/7 premium support, dedicated success manager
Compliance certificationsSOC 2, ISO 27001/27018SOC 2, ISO 27001/27018, HIPAA
Self-serve signup✓ No card requiredContact sales

Key Features

  • Unity Catalog governance: Unity Catalog provides one permissions and audit layer across tables, files, ML models, and AI agents, enforcing fine-grained access control for every workspace on an account.
  • Mosaic AI Agent Framework with Managed MCP: Builds and serves compound AI agents through Managed MCP Servers, in public preview since January 2026, so agents can reach Genie Spaces and Unity Catalog functions over the Model Context Protocol.
  • Genie natural-language analytics: Genie, generally available in 2026, answers natural-language questions over governed Lakehouse data, and its Inspect (beta) mode re-checks its own generated SQL before returning results.
  • Delta Lake and Lakebase: Delta Lake adds ACID transactions and time-travel versioning to data in cloud object storage, and Lakebase, generally available since January 2026, layers a managed autoscaling Postgres-compatible database on top.
  • MLflow experiment tracking and model registry: MLflow, created by Databricks, tracks ML experiments, packages models, and runs a central model registry used to deploy models to Mosaic AI Model Serving endpoints.
  • Genie Code pipeline generation: Genie Code, released in March 2026, generates data engineering pipelines and can import existing Tableau or Power BI workbooks to rebuild them as AI/BI dashboards.

Pros

  • Runs on all three major clouds (AWS, Azure, GCP) with Delta Lake giving format-agnostic access from Spark, Trino, Snowflake, and BigQuery.
  • Unifies data engineering, BI, and ML in one workspace, rated 4.6/5 across 1,278 reviews on G2.
  • Free Edition (no credit card) plus a 14-day trial that waives the platform/DBU charges let teams test Spark, Delta Lake, and notebooks before paying — only the underlying cloud infrastructure is billed during the trial.
  • Genie and Genie Code (2026) let non-technical business users query governed data and generate pipelines without writing SQL or Python.

Cons

  • Consumption-based DBU pricing on published Premium rates ($0.08-$0.55/DBU) plus a separate cloud infrastructure bill makes total cost hard to predict; Enterprise rates are unpublished and quoted by sales, and enterprise contracts routinely run into six figures annually.
  • Steep learning curve for teams without prior Apache Spark experience, and the workspace UI can lag or feel complex during navigation.
  • Genie's natural-language agent is read-only by design — it only generates and runs read-only SQL, so a team that wants an agent able to write back to governed tables has to build one manually with the Mosaic AI Agent Framework and explicit Unity Catalog function permissions.
  • Unity Catalog enforces table quotas that require repeated quota-increase requests for schemas with very large numbers of tables.
  • Lakebase does not support all Postgres features yet, so existing Postgres workloads cannot be lifted directly into it.

Data Handling

Training-data policy
Databricks does not use data, prompts, or responses submitted to its AI assistive features (including Model Serving on paid accounts) to train the generative foundation models it makes available to third parties; model partners use zero-data-retention endpoints and do not retain submitted data, even for abuse monitoring
Compliance
SOC 2 Type II · ISO 27001 · ISO 27018 · ISO 27701 · HIPAA

Frequently Asked Questions

What are Databricks's pricing plans in 2026?

Databricks bills consumption-based per Databricks Unit (DBU) on the Premium tier, with published rates from $0.08/DBU (Model Serving) to $0.55/DBU (All-Purpose Compute) depending on compute type, plus a separate infrastructure bill from your cloud provider (AWS, Azure, or GCP). Enterprise-tier DBU rates are not published and are quoted directly by sales. Per third-party SaaS pricing benchmarks, median enterprise contracts run around $250,000 a year, while smaller teams typically spend $3,000-$5,000 a year. There is no flat monthly subscription for production use.

Is Databricks free to use?

Yes. Databricks Free Edition, the January 2026 successor to the retired Community Edition, needs no credit card and gives individuals limited compute and storage to learn notebooks, Spark, and Delta Lake. New accounts also get a 14-day free trial on AWS, Azure, or Google Cloud Marketplace that waives the Databricks platform charges, though your own cloud account is still billed separately for the compute and storage the trial uses.

What are Databricks's closest competitors?

Snowflake is the closest alternative for SQL-first BI teams who want near-zero infrastructure tuning and don't need custom Spark pipelines. Google BigQuery suits teams already on Google Cloud who want serverless, pay-per-query analytics without cluster sizing. Amazon Redshift fits AWS-centric stacks that integrate tightly with the rest of the AWS ecosystem, and Microsoft Fabric fits organizations standardized on Power BI and Microsoft 365.

Is Databricks better than Snowflake?

Databricks is the stronger choice for teams that need machine learning, generative AI agents, or custom Spark-based data engineering alongside their warehouse, since it has more mature tooling through MLflow, Mosaic AI, and Unity Catalog. Snowflake is generally easier to operate for pure SQL analytics and BI, with less cluster configuration to manage. Pricing models differ too: Databricks bills per DBU plus a separate cloud bill, while Snowflake bills mostly in Snowflake credits with storage and compute more bundled.

How long does it take to get going with Databricks?

Sign up for Free Edition or a cloud-marketplace trial, then provision a workspace connected to your cloud account's storage and networking. From there, launch a Spark cluster or serverless SQL warehouse to run notebooks, jobs, and queries. Registering your data sources in Unity Catalog is the last step before Genie and Mosaic AI can query them under governed, read-only access.

Top Alternatives

HokAI guides covering Databricks

More AI Tools on HokAI

Visit Databricks Official Website