See Rockset
in action

Get a product tour with a Rockset engineer

SingleStore vs Snowflake

Compare and contrast SingleStore and Snowflake by architecture, ingestion, queries, performance, and scalability.

Compare SingleStore to Rockset here

Compare Snowflake to Rockset here

SingleStore vs Snowflake Architecture

Architecture
SingleStore
Snowflake
Deployment model
Self managed and SaaS deployment options
SaaS - infrastructure, software and cluster ops managed by service provider
Use of storage hierarchy
• Memory - for data requiring the highest performance • High-performance block storage for persistent cache - the working dataset should fit within the persistent cache • Cloud object storage for long-term retention
Cloud object storage for shared data accessible from any virtual warehouse
Isolation of ingest and query
No - databases share ingest and queries
Yes - separate virtual warehouses for batch data loading, ELT jobs and queries
Separation of compute and storage
Yes - Singlestore Cloud uses cloud object storage for separation of compute and storage
Yes
Isolation for multiple applications
No
Yes - separate virtual warehouses for each workload

SingleStore is a proprietary distributed relational database that handles both transactional and analytical workloads. It relies on memory and a persistent cache to deliver low latency queries. For longer term data retention, SingleStore Cloud separates compute from cloud object storage. SingleStore Cloud pricing is based on compute and storage usage.

Snowflake is the data warehouse built for the cloud. Snowflake is well-known for separating storage and compute for better price performance. With Snowflake, multiple virtual warehouses can be spun up or down for batch data loading, transformations and queries all on the same shared data.


SingleStore vs Snowflake Ingestion

Ingestion
SingleStore
Snowflake
Data sources
Integrations to: Amazon S3, Apache Beam, GCS, HDFS, Kafka, Spark, Qlik Replicate, HVR
• Third party ETL tool to ingest data into Snowflake including Fivetran, Hevo or Striim • Bulk loading from S3, GCS, Azure Blob Storage • Sink Connector for Apache Kafka in Confluent Cloud
Semi structured data
Ingests JSON as a JSON column type
Ingests JSON and XML as a VARIANT data type
Transformations and rollups
SingleStore pipelines do common data shaping including normalizing and denormalizing data, adding computed columns, filtering data, mapping data, splitting records into multiple destination tables
• Third party ELT/ETL tools like dbt • Simple COPY commands at data loading for column recording, omission and casts

SingleStore has integrations to common data lakes and streams. With SingleStore pipelines, users can perform common data transformations during the ingestion process. SingleStore provides limited support for semi-structured data with its JSON column type. Many users structure data prior to ingestion for optimal query performance.

Snowflake is an immutable data warehouse that is built for batch ingestion and relies heavily on the modern data stack ecosystem for data connectors and transformations. Snowflake has a number of integrations to ETL and ELT solutions including Fivetran, Hevo, Striim and dbt. While Snowflake does have support for semi-structured data in the form of a VARIANT type, it is best to structure the data for optimal query performance.

See Rockset in action
Get a product tour with a Rockset engineer.

SingleStore vs Snowflake Performance

Performance
SingleStore
Snowflake
Updates
SingleStore columnar store/universal storage is immutable. Updates are fast when the data still resides in memory
Data warehouse with immutable storage. Updates rewrite and merge entire partitions
Indexing
Indexes can be manually configured: Skiplist index, hash index, full-text index, geospatial index
No
Query latency
50-1000ms queries when the working set is contained in memory
Seconds to minutes on petabytes of data
Storage format
Two table formats-either use the rowstore or columnstore/universal storage
Compressed columnar format stored in cloud object storage
Streaming ingest
• Columnnar store/universal storage ingests on a batch basis • Data latency is typically seconds by relying on memory
• Ingests on a batch basis • Snowpipe typically ingests in minutes

SingleStore has two storage formats: a rowstore and a columnar store referred to as universal storage. The columnar store is used for analytical workloads, loading data in batch and relying on memory to achieve seconds of data latency. The columnar store can also execute queries in seconds when the working set is contained in memory. SingleStore provides the ability to configure and manage additional indexes on the data for faster performance.

Snowflake is designed for batch analytics with analysts and data scientists infrequently accessing large-scale data for trend analysis. Snowflake, like many data warehouses, is immutable and does not support frequently changing data efficiently. Snowflake uses a columnar store to return aggregations and metrics efficiently, often with query response times in the seconds to minutes on petabytes of data.


SingleStore vs Snowflake Queries

Queries
SingleStore
Snowflake
Joins
Yes
Yes
Query language
SQL
SQL
Developer tooling
• API for querying data via POST command • JDBC driver, Python client • Compatibility with MySQL and MariaDB to support additional drivers
• SQL APIs - make SQL calls to Snowflake programmatically • UDFs for Javascript, Python, Java and SQL functions • Go, JDBC, .NET, Node.js, ODBC, PHP, Python drivers
Visualization tools
Integrations with Cognos Analytics, Dremio, Looker, Microstrategy, Power BI, Sisense, Tableau and Tibco Spotfire
Integrations with QuickSight, Chartio, Domo, Looker, PowerBI, Mode, Qlik, Sigma, Sisense, Tableau, ThoughtSpot and more

SingleStore supports SQL as its native query language and can perform SQL joins. It is designed for querying structured data with static schemas. Users can create data APIs to execute SQL statements against the database over an HTTP connection. Common SingleStore use cases include business intelligence and analytics, and the database offers a number of integrations to visualization tools.

Snowflake supports SQL as its native query language and can perform SQL joins. Snowflake for developers introduced a number of developer tools including SQL APIs, UDFs and drivers to support application development. As Snowflake was originally built for business intelligence workloads, it integrates with a number of visualization tools for trend analysis.


SingleStore vs Snowflake Scalability

Scalability
SingleStore
Snowflake
Vertical scaling
• Cloud offering: Resize compute workspaces in the UI or using the Management API • Self-managed offering: Change cluster configuration by updating command-line arguments or to the cluster directly.
Resize virtual warehouses via web interface or using DDL commands for warehouses
Horizontal scaling
Self-managed offering: Increase or decrease the number of nodes in the cluster. Rebalancing required
• Multi-cluster warehouses allocate additional clusters for higher concurrency workloads • Auto scaling policies can be set

SingleStore Cloud can be sized up or down using the UI or the Management API. There is no ability to scale out by increasing or decreasing the leaf and aggregator nodes in the cloud offering. In the self-managed offering, horizontal and vertical scaling can occur by updating command-line arguments or the cluster directly. Horizontal scaling does require rebalancing

Snowflake virtual warehouses can be scaled up for faster queries or scaled out using multi-cluster warehouses to support higher concurrency workloads. Snowflake has shared blob storage that scales automatically and independently.

See Rockset in action
Sub-second SQL on streaming data with surprising efficiency.