Overview
Dremio Cloud, the Agentic Lakehouse, reimagines the modern data platform with agents at its core. It combines an intelligent, self-managing foundation with open architecture and AI-native capabilities to deliver real-time, governed analytics for every user, human or AI.
Unlike traditional lakehouses that require constant manual tuning and fragmented ETL pipelines, Dremio Cloud autonomously optimizes itself. Powered by active metadata intelligence, it continuously learns from workloads to rewrite queries, reorganize data, and optimize resources, delivering consistent sub-second performance without manual effort.
The platform unifies data across object storage, catalogs, and databases through query federation, while the AI Semantic Layer provides business context and governance, ensuring AI agents and users get accurate, trusted answers. Built on open standards like Apache Iceberg and Apache Polaris, Dremio Cloud eliminates lock-in and gives you full control over your data.
Whether you are building internal analytics, serving AI agents, or powering data applications, Dremio Cloud provides a single, autonomous lakehouse experience. Fast, open, and built for AI.
For custom pricing, EULA, or a private contract, please contact us for an AWS Private Offer.
Highlights
- Dremio Cloud continuously learns from every query, automatically optimizing performance, data layouts, and resource usage for sub-second analytics, no manual tuning required.
- Empower AI agents and business users with natural language access to governed data through the AI Semantic Layer and native MCP support.
- Connect all your data across object stores, catlaogs, and databases without ETL, powered by open standards like Apache Iceberg and Apache Polaris, all in a fully managed cloud service.
Details
Introducing multi-product solutions
You can now purchase comprehensive solutions tailored to use cases and industries.
Features and programs
Financing for AWS Marketplace purchases
Pricing
Dimension | Cost/unit |
|---|---|
Dremio Usage (Each unit is 1 cent of usage.) | $0.01 |
Vendor refund policy
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
Software as a Service (SaaS)
SaaS delivers cloud-based software applications directly to customers over the internet. You can access these applications through a subscription model. You will pay recurring monthly usage fees through your AWS bill, while AWS handles deployment and infrastructure management, ensuring scalability, reliability, and seamless integration with other AWS services.
Resources
Vendor resources
Support
Vendor support
Dremio Community Support:
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.
Similar products
Customer reviews
Evaluating Dremio for Enterprise Data Analytics
The user interface is clean and intuitive. It is web-based, which means no client installations to manage, and the layout is straightforward. The SQL editor is responsive with autocomplete and syntax highlighting, making query writing feel natural. The visual query builder is helpful for users who are not comfortable with SQL, though most of our team prefers writing queries directly. The dashboarding and visualization features are functional but not as polished as dedicated BI tools like Tableau or Power BI. For quick exploratory analysis, they work perfectly, but for polished executive presentations, we still export to other tools. Overall, the user experience is pleasant and focused on getting work done without unnecessary friction.
The integrations are where Dremio truly excels. The platform connects to over 36 different data sources, including all the major databases, data warehouses, and cloud storage platforms. We have it connected to PostgreSQL for transactional data, Snowflake for our warehouse, and S3 for our data lake files. The integration process is straightforward. You add a source, provide credentials, and the system catalogs the metadata automatically. No complex configuration required. The federated query engine means we can join data across these sources in a single query, which was impossible for us before. The platform also integrates well with BI tools like Tableau and Power BI through standard JDBC and ODBC connectors, allowing our analysts to work in the tools they already know.
The performance gains are genuinely impressive. When we first set up Dremio, we ran a test query that used to take about 8 minutes in our legacy environment. Dremio returned it in about 12 seconds. I actually thought it was broken. The Autonomous Reflections feature is magical. It learns what queries we run most frequently and automatically creates optimized data structures in the background. We do not have to think about performance tuning anymore. It just happens. Even with complex joins across multiple data sources, the query engine handles it efficiently. We have seen query times improve by 10x to 100x depending on the complexity of the workload.
The cost savings are another major win. We were paying a fortune for cloud data warehouse storage because we were duplicating everything. We had data in S3, data in Snowflake, data in Redshift, and we were paying for all of it. Dremio let us store everything in open formats on S3 and query it directly. We cut our storage costs by about 60 percent and our compute costs by about 40 percent. The open architecture is a big part of this. We are not locked into any proprietary format. If we decide to move away from Dremio, our data is still there in standard formats like Apache Iceberg. No vendor lock-in, no expensive migration project. The pricing model is consumption-based, so we only pay for what we use, which aligns well with our variable workload patterns. For organizations with significant data volumes, the ROI is substantial and measurable within the first year.
The onboarding experience was remarkably smooth compared to other enterprise platforms we have implemented. Dremio offers a Community Edition that we used to prototype and test before committing to the enterprise version. This allowed us to validate the platform's capabilities without any financial risk. The enterprise version includes formal support, and we have found the support team to be responsive and knowledgeable. Tickets are resolved quickly, and the documentation is thorough and well-organized. The platform is self-managed in our environment, which gives us full control, but Dremio also offers a fully managed cloud option if you prefer not to handle the infrastructure. The open-source community is active and helpful, which is a nice supplement to the formal support channels. Overall, getting started was straightforward and we were productive within weeks rather than months.
The AI Agent is a nice addition. It handles basic natural language questions well. A user can ask "Show me revenue by region for the last quarter" and it will generate the SQL and visualize the results instantly. It saves time on simple queries and helps non-technical users get started. The AI_GENERATE function is particularly interesting. It can extract structured information from unstructured files like PDFs or text documents directly within a SQL query, which opens up new use cases for us. The AI Semantic Layer ensures that both human analysts and AI tools are working with consistent business definitions, which improves the accuracy of AI-generated answers. However, the AI capabilities are not yet at the level where they can replace a skilled analyst for complex analytical questions. For day-to-day exploration and quick insights, it is genuinely helpful, but complex multi-condition analysis still requires human expertise.
Overall, Dremio has made us more agile, more cost-effective, and more data-driven as an organization. The reduction in complexity has been liberating. We are spending less time moving data and more time actually analyzing it. I would recommend it to any organization struggling with data silos, high costs, or slow access to insights. It is not perfect, but for what it does, it is remarkably effective.
Integrations are a particular sore spot. The connection with Power BI has been described as problematic by multiple reviewers, with customer support teams apparently having a poor understanding of how this integration works internally. This makes troubleshooting incredibly difficult when something goes wrong. The CI/CD capabilities also feel incomplete. There is an unsupported Python script available to handle development and production environments, but it cannot deal with some native Dremio objects like Row-Level Security policies. This means you might develop a dataset with proper access controls in your development environment, but the script simply will not deploy it to production, forcing you to find workarounds.
Performance at enterprise scale has been a documented weak point. The federation engine struggles with concurrency on large datasets, and standardized performance testing shows that the architecture routinely fails to complete queries when multiple users are running queries simultaneously. For AI use cases, this is more pronounced because an AI agent querying your data may be running dozens of complex federated queries in parallel as part of a single task, and the failure mode compounds quickly.
There are also technical limitations to be aware of. The platform enforces various system limits, such as maximums on autoingest pipes, sources, spaces, and total reflections. Query results returned via the console are limited to one million records, though you can use ODBC or JDBC to see the full result set. The platform also has limits on leaf columns in tables and queries, which can impact organizations working with wide datasets.
Support quality has been inconsistent. Some users have noted that support can be lacking at times, which they attribute to Dremio being a younger company compared to its competitors. The documentation around certain features, like Kubernetes deployment requirements, indicates significant administrative overhead, and managing the Kubernetes cluster requires considerable effort.
The AI capabilities, while promising, are somewhat lagging compared to other platforms. In a world where competitors have already integrated the latest AI techniques, Dremio is still catching up. The AI Semantic Layer, while useful for labeling data, does not enforce business rules. It organizes and labels data without packaging metadata, access rules, or business constraints into an enforceable framework. Different teams and AI agents can still interpret the same underlying data in incompatible ways, and the platform has no mechanism to stop them.
There is also a broader strategic concern. Dremio was recently acquired by SAP, which puts its roadmap in question. Features that Dremio was building independently now have to compete for budget and attention inside a much larger organization. Strategic shifts are already visible, with some cloud editions effectively put on hold while the deal works through approvals. For organizations with strict data governance requirements, the mandatory transmission of operational telemetry data back to Dremio's corporate endpoint introduces a compliance headache that cannot be ignored.
Despite these challenges, I still find Dremio valuable for our use case. The query performance is genuinely impressive, the cost savings are real, and the platform has transformed how we access data. The downsides are real and you need to go in with your eyes open. Budget extra time for troubleshooting integrations, be prepared for some administrative overhead, and have realistic expectations about the AI capabilities. If you have a focused use case like fast SQL acceleration on an Iceberg lakehouse where you own all the data, Dremio's core engine is still remarkably capable. But for teams needing broad federation across many sources, high concurrency, and polished enterprise features, it is worth evaluating carefully.
The most significant business problem Dremio solved for us is eliminating the traditional ETL bottleneck. Instead of building complex pipelines to extract, transform, and load data into a central warehouse, we now query data directly where it lives. This "query, don't move" approach has dramatically accelerated our time to insight. When we need to combine data from our transactional database with our data lake, we simply write a query and Dremio handles the federation. What used to take days of pipeline development now takes minutes of query writing.
We were also struggling with data silos that made it nearly impossible to get a unified view of our business. Different teams had different versions of the truth, leading to endless debates about whose numbers were correct. Dremio connects to all our data sources and presents them through a unified semantic layer, creating a single source of truth for the entire organization. Our finance team can now confidently use the same data as operations, and we no longer waste time reconciling conflicting reports.
The cost savings have been substantial as well. We were paying a premium to store duplicated data across multiple cloud warehouses. Dremio's open architecture, built on Apache Iceberg, allows us to store data once in open formats on object storage and query it efficiently without duplication. We eliminated redundant storage costs and reduced our cloud compute spending because we are not constantly moving and transforming data.
Perhaps most importantly, Dremio has enabled self-service analytics across our organization. Previously, every data request had to go through a centralized IT team that was perpetually backlogged. Business users waited weeks or months for access to the data they needed. Now, our analysts can query data independently using standard SQL, without waiting for engineering support. The platform has democratized access to data, and we have seen adoption grow as more teams realize they can explore data on their own terms.
Dremio has fundamentally shifted our organization from being reactive to proactive with data. We can now answer business questions in hours instead of weeks, spot trends earlier, and make decisions based on current information rather than stale reports. The platform has given us the agility we needed to compete in a data-driven world, and I would not want to go back to our old way of working.
Flexible SQL for Handling Data from Many Sources
Dremio make daily work easy, but needs little polish
It's got pretty rich feature set—the reflections and acceleration stuff is cool for performance, even if it feels a bit overwhelming at the start. Integrating it with our existing stuff, like our AWS S3 buckets and Snowflake, was pretty straightforward. No major drama there,Oh, and the SQL editor is way better than I thought it'd be..Overall, it just feels like a tool built for speed and flexibility. we use sometimes multiple times a day when I have to do ad-hoc analysis or explore big datasets Yeah, there's definitely a learning curve, no lie. But once you get past that, you realize how powerful it is.
Also it's not exactly cheap. When you start to really scale it up, especially running on our own cloud infra, the bills start to add up. I feel like for smaller teams, the admin side of things can feel too complex for what you need. Just setting up user permissions and everything is a whole thing.
Unified lakehouse platform for Analytics and Al
This approach simplifies data integration and reduces engineering overhead.
The SQL query engine is highly performant, delivering sub-second response times even on large datasets, and supports live data visualization and dynamic previews during query preparation.
Data reflections feature acts as an intelligent caching layer, optimizing query performance and enabling low-latency dashboard refreshes for BI workloads.
The platform’s virtual datasets allow for complex query logic to be encapsulated and reused, supporting data-as-code principles such as Git-like version control and experimentation.
Cloud-native architecture offers elastic compute scaling and is available as a managed service on AWS and Azure, making it suitable for both on-premises and cloud deployments. It supports role-based access control and multitenancy, which is essential for enterprise environments with strong data governance requirements.
While the UI is functional, some administrative and monitoring functions feel less intuitive compared to other modern analytics platforms.
I have also found that fine-grained access controls and tenant isolation require careful configuration to avoid inadvertent data exposure in multi-tenant scenarios.
This has resulted in faster dataset creation cycles and reduced bottlenecks between data engineering and analytics teams.
The platform’s autonomous performance optimization and use of data reflections have significantly improved query speeds, enabling real-time analytics and interactive BI dashboarding even on large, complex datasets.
By adopting Dremio, I achieved unified access to both structured and semi-structured data in a single platform, which streamlined data governance and cataloging.
The self-service model empowered business analysts to experiment and iterate on data products without constant engineering intervention, accelerating time-to-insight for AI and analytics projects.
The platform’s open, standards-based approach has also made it easier to integrate with existing tools and future-proof my data infrastructure against vendor lock-in concerns.
✅ My overall insight: Dremio has enabled a more agile, scalable, and cost-effective analytics environment, supporting both operational BI and advanced data science initiatives in a unified, governed, and performant manner.

