Skip to main content
Version: current [26.x Preview]

Deploying Dremio with Your Infrastructure

This topic describes deployment and configuration of Dremio standalone clusters.

Development or Test Cluster

Dremio recommends the following configuration for small dev and test clusters:

  • Coordinator node: A single node with the Dremio service configured with the master-coordinator role.
  • Executors in one engine scaled according to the workload
  • A single embedded ZooKeeper on the coordinator node.

Production Cluster

Dremio recommends the following for a typical production environment:

  • Two coordinators configured for high availability.
  • Multiple engines tuned to specific workload types such as reflection refresh, metadata refresh, and low and high cost queries.
  • An external ZooKeep quorum.

Dremio's Well Architected Framework contains many other recommendations and best practices for designing and operating a Dremio environment.

For More Information