See Rockset
in action

Get a product tour with a Rockset engineer

StarRocks vs Elasticsearch

Compare and contrast StarRocks and Elasticsearch by architecture, ingestion, queries, performance, and scalability.

Compare StarRocks to Rockset here

Compare Elasticsearch to Rockset here

StarRocks vs Elasticsearch Architecture

Architecture
StarRocks
Elasticsearch
Deployment model
PaaS or self managed
On-prem, PaaS options
Use of storage hierarchy
Data is stored on disk and in memory
• Hot, warm and cold storage on disk • Frozen storage on cloud storage
Isolation of ingest and query
No, but you can limit resources for ingestion and querying separately
No - There are dedicated ingestion nodes but indexing, compaction and updates occur on the data nodes
Separation of compute and storage
No, but StarRocks supports nodes that don't store data locally
No
Isolation for multiple applications
No
Full isolation with replication

StarRocks is a high-performance OLAP database that can be deployed on the cloud or self managed. StarRocks does not separate compute and storage and offers limited options for resource isolation. It offers a robust set of features and high performance but requires considerable expertise to operate and scale.

Elasticsearch is an open-source distributed search engine built on Apache Lucene, a full text search library. Elasticsearch is a distributed system, which means that it is designed to operate across multiple nodes, each responsible for a part of the data.


StarRocks vs Elasticsearch Ingestion

Ingestion
StarRocks
Elasticsearch
Data sources
Streaming • Kafka • Flink Data lakes • HDFS compatible • Cloud storage
• Logstash JDBC input plugin for relational databases • Open-source Kafka plugin or Kafka Elasticsearch Service Sink Connector (available only to managed Confluent and Elasticsearch) • REST APIs or client libraries to sync data directly from the application
Semi structured data
Supports columns with JSON data • Does not support mixed-type columns • Support for star and snowflake schemas
Yes- Ingests JSON and XML without a predefined schema
Transformations and rollups
Yes, via materialized views
Yes - Ingest pipelines can be configured to remove fields, extract values from text and enrich data. Ingest pipelines require ingest nodes in the cluster. Rolling up historical data is in technical preview

StarRocks ingests data from a variety of sources, including both batch and streaming data. StarRocks can ingest nested JSON data, but enforces type at the column level.

Elasticsearch has a number of integrations as well as a REST API. It is a NoSQL database and natively supports semi-structured data. Transformations typically occur upstream so that data can be modeled for optimal performance before it is indexed in Elasticsearch.

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

StarRocks vs Elasticsearch Performance

Performance
StarRocks
Elasticsearch
Updates
While StarRocks is mutable, the update rate is slow, which is why it is most often used for append-only workloads
Update API can update, delete or skip modifying the document. The entire document must be reindexed; in-place updates are not supported
Indexing
Columnar index, limited support for inverted indexes
Inverted index
Query latency
50-1000ms queries on 100s of TB
50-1000ms queries on 100s of TBs
Storage format
• StarRocks is a columnstore that organizes data into prefix indexes, per-column data blocks, and per-column indexes • All data is replicated 3 times to achieve both fault-tolerance and concurrency
JSON documents
Streaming ingest
Data latency is typically 1-2 seconds
• Ingests on a per-record or batch basis • Data latency on a per-record basis is typically 1-2 seconds

StarRocks was purpose-built for high-performance ingest, low-latency queries, and high concurrency. Optimized performance requires significant manual tuning.

Elasticsearch is a search engine that utilizes an inverted index. Although this approach leads to storage amplification, it also enables low-latency queries that demand less computation. Elasticsearch is tailored to accommodate large scale, append-only data such as logs, events, and metrics. To manage frequently updated data, users often utilize the Bulk API to minimize computational costs and ensure consistent query performance.


StarRocks vs Elasticsearch Queries

Queries
StarRocks
Elasticsearch
Joins
Multi-table join support
No- Need to use workarounds including data denormalization, application-side joins, nested objects or parent-child relationships
Query language
SQL
DSL - domain specific language
Developer tooling
Minimal
• REST API • Java, Javascript, Go, .NET, PHP, Perl, Python, Ruby, Rust
Visualization tools
Compatibility with MySQL protocols enables StarRocks to work with BI tools
• Kibana • PowerBI, Qlik, Tableau

StarRocks uses a high-performance vectorized SQL engine, a custom-built cost-based optimizer, and has support for materialized views.

Elasticsearch has its own domain specific language (DSL) based on JSON. Joins are not a first class citizen in Elasticsearch requiring a number of complex and expensive workarounds. Elasticsearch is known for its developer tooling and supports a number of client libraries. Kibana is the visualization layer for Elasticsearch and is frequently used for log analytics and monitoring.


StarRocks vs Elasticsearch Scalability

Scalability
StarRocks
Elasticsearch
Vertical scaling
• Both frontend and backend nodes can be manually resized
Manually resize machines
Horizontal scaling
• Both frontend and backend nodes can be manually scaled horizontally
• Elasticsearch is horizontally scalable and can scale by adding nodes to the cluster • When using managed Elastic, autoscaling policies can be used to self-monitor cluster health and it is the responsibility of the operator to update resource allocations either manually or using APIs. Elasticsearch rebalances the data automatically obeying shard allocation rules • There are many cluster-level operations that need to be monitored when scaling

StarRocks can scale up or out, but its tightly coupled compute and storage scale together for performance. This often results in resource contention and overprovisioning. Scaling StarRocks often requires deep expertise as there are many levels of the system that need to be managed.

Elasticsearch is horizontally scalable and can scale by adding more nodes to the cluster. Its tightly coupled architecture means that compute and storage scale together for performance. This often results in resource contention and overprovisioning. Scaling Elasticsearch often requires deep expertise as there are many levels of the system that need to be managed- the server, operating system, network and software.

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