SingleStore Helios Editions

SingleStore provides the following editions of SingleStore Helios to meet the unique needs of a variety of customer workloads.

  • Shared Edition

  • Standard Edition

  • Enterprise Edition

Note

To purchase a different edition or upgrade/downgrade your current SingleStore Helios edition, please contact your sales representative.

Shared Edition

Shared Edition provides a basic entry-point to get started for low-throughput and prototype applications for evaluation, development, POCs, or non-production testing.

Refer to Shared Edition for information on Shared Edition and the configuration and operational limits for Shared workspaces.

Standard Edition

Standard Edition is designed for general-purpose production workloads that demand high performance, scalability, and access to all the core features provided by SingleStore. Standard Edition can be deployed across multiple cloud providers and regions.

Key Capabilities of Standard Edition

  • Full relational and multi-model storage engine capabilities, including MySQL compatibility, JSON, Time-series, Full-text Search, Vector, and Geospatial.

  • High Availability with load-balanced failover enables transparent operation even in the event of underlying cloud resource failures.

  • Multi-AZ failover support enables deployments to remain operational even if an entire cloud availability zone becomes unavailable.

  • Continuous backup enables reliable data recovery in the event of failure.

  • Resource governance provides user-configurable control for resource management and workload isolation.

Enterprise Edition

Enterprise Edition is designed for mission-critical workloads that require advanced recovery features, in addition to high performance and scalability, to ensure continuous operation. Enterprise Edition can be deployed across multiple cloud providers and regions, and it supports all the core features provided by SingleStore.

Key Capabilities of Enterprise Edition

All Standard Edition features, plus:

  • Online Point-in-Time Recovery (PITR) allows data restoration to any point in time, down to the microsecond, with configurable retention periods. Currently supported on AWS and GCP regions.

  • Smart Disaster Recovery (SmartDR) enables continuous, asynchronous replication between geographically distributed primary and secondary regions, ensuring resilience against regional outages.

  • Customer-Managed Encryption Keys (CMEK) enables complete control over database encryption by integrating SingleStore with the cloud provider’s native Key Management Service (KMS).

  • Audit Logging provides detailed logs of both Control Plane and database-level operations, supporting compliance, security audits, and operational transparency for mission-critical environments.

Projects

Projects are used to organize workspaces and databases for a specific workload or set of workloads. This allows users with multiple workloads to easily group and manage resources. Workspaces and databases are assigned to a project when they are created and cannot be moved between projects.

Edition is set at a project level, and an organization may have multiple projects, each with a unique edition. All workspaces and databases in a project include features available to the selected edition. For example, databases in a project configured with Enterprise Edition have Point in Time Recovery (PITR) available, but databases in a project configured with Standard Edition only support restoring from daily continuous backup checkpoints.

In this section

Last modified: October 17, 2025

Was this article helpful?

Verification instructions

Note: You must install cosign to verify the authenticity of the SingleStore file.

Use the following steps to verify the authenticity of singlestoredb-server, singlestoredb-toolbox, singlestoredb-studio, and singlestore-client SingleStore files that have been downloaded.

You may perform the following steps on any computer that can run cosign, such as the main deployment host of the cluster.

  1. (Optional) Run the following command to view the associated signature files.

    curl undefined
  2. Download the signature file from the SingleStore release server.

    • Option 1: Click the Download Signature button next to the SingleStore file.

    • Option 2: Copy and paste the following URL into the address bar of your browser and save the signature file.

    • Option 3: Run the following command to download the signature file.

      curl -O undefined
  3. After the signature file has been downloaded, run the following command to verify the authenticity of the SingleStore file.

    echo -n undefined |
    cosign verify-blob --certificate-oidc-issuer https://oidc.eks.us-east-1.amazonaws.com/id/CCDCDBA1379A5596AB5B2E46DCA385BC \
    --certificate-identity https://kubernetes.io/namespaces/freya-production/serviceaccounts/job-worker \
    --bundle undefined \
    --new-bundle-format -
    Verified OK