メインコンテンツまでスキップ

VeloDB Cloud vs. Apache Doris

Run the same Apache Doris engine without operating it. VeloDB Cloud is a fully managed service built on Apache Doris that separates storage and compute: your SQL, tables, and queries work unchanged, while deployment, tuning, reliability, and security become the platform's job. The table below summarizes the differences by category.

VeloDB Cloud comes in two deployment models, SaaS and BYOC, and the comparison below applies to both. A few capabilities differ by model. For example, UDFs and the Spark connector are available in BYOC but not in SaaS. For a side-by-side comparison of the two models, see Deployment Models.

CategoryCapabilityApache Doris OSSVeloDB Cloud
Database engineSQL, table models, indexes, materialized views, lakehouse, database RBAC
Deployment & infrastructureProvisioning and cluster lifecycleManualManaged
Deployment & infrastructureConfiguration tuningManual (fe.conf, be.conf)Managed by VeloDB
Deployment & infrastructureVersion upgradesManualManaged
Scaling & performanceCompute scalingManualManaged
Scaling & performanceElastic compute groups on shared dataSelf-deployed (decoupled mode)Default architecture
ReliabilityHigh availabilityManualManaged multi-AZ and standby virtual clusters
ReliabilityBackup and restoreManualManaged
Monitoring & operationsMetrics, query audit, alerts, health checksSelf-managed toolsBuilt into the console
Security & accessConsole sign-in with SSO and SAML
Security & accessEncryption at rest (TDE, customer-managed keys)
Compliance & governanceCompliance program (SOC 2 Type II)Your responsibilityMaintained by VeloDB
Developer experienceManagement console
Developer experienceCloud API and Terraform
CostTotal costInfrastructure plus your own maintenanceUsage-based service fee, operations included
SupportTechnical support and migration assistanceCommunityEnterprise

Apache Doris features not offered in VeloDB Cloud

A few Apache Doris capabilities are not available in VeloDB Cloud, with alternatives where applicable:

  • SQL Convertor: experimental in Apache Doris and not offered in VeloDB Cloud.
  • X2Doris: replaced by VeloDB Cloud's managed migration tooling.

Because VeloDB Cloud manages the servers, steps in the Apache Doris docs that involve editing fe.conf or be.conf, restarting a node, or placing files on a node do not apply. To enable a setting that lives in the configuration files, such as LDAP authentication, contact VeloDB support.

Next steps