About SingleStore Helios

SingleStore Helios is a database platform built to enable developers to build and power intelligent applications. 

From customer-facing SaaS platforms to internal operational intelligence, SingleStore is specifically designed to deliver low latency, high concurrency, and scalability to many of the world's largest enterprises.

This is possible because of a Distributed SQL architecture, support for relational and multi-model data, and a unified storage engine able to handle transactional and analytical workloads simultaneously.

SingleStore Helios can be deployed in AWS, Azure, or GCP.

Design Principles

SingleStore Helios is a SaaS data platform designed to deliver extremely low latency and high concurrency to power many of the world's most scalable applications. Using a modern Distributed SQL architecture, SingleStore adheres to structured design principles to ensure seamless and highly performant operation.

Query Execution

SingleStore parameterizes and compiles queries to machine code on primary execution, allowing repeat operations to deliver extreme performance. For more details on query execution take a look at how common execution patterns are handled in a distributed system.

High Availability & Data Sharding

SingleStore handles data availability by ensuring no single point of failure. Data is sharded within the cluster, and the storage engine ensures high availability and automatic failover in the event underlying cloud instances fail. All of this operates transparently, to ensure data is always available to mission-critical applications.

Shared Responsibility Model

As a SaaS service, SingleStore Helios operates using a shared responsibility model. Users are responsible for their applications, users, and using best practices for securing access to their data. SingleStore is responsible for the deployment, operation, and support of the data platform.

Security

SingleStore Helios was designed for security from the ground up, providing advanced features for authentication, encryption, data governance, and compliance. SingleStore has industry-leading security certifications including ISO/IEC 27001, SOC Type 2, and Privacy Shield. It is also fully compliant with CCPA, GDPR, and HIPAA requirements.

This allows organizations to simplify data security, reduce operational expenses, and eliminate insider threats.

FAQs

Common questions and answers about the SingleStore Helios data platform.

Additional Information

Quickstart: Loading Data and Running Queries - walks you through using the Cloud Portal to create a database, load sample data quickly, and then run some queries against that data.

Designing for Multi-tenant Applications - explains the various models and trade-offs available for a multi-tenancy SaaS application.

Visit https://www.singlestore.com/cloud/ for more information about SingleStore Helios.

In this section

Last modified: November 27, 2024

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