starrocks icon indicating copy to clipboard operation
starrocks copied to clipboard

StarRocks, a Linux Foundation project, is a next-generation sub-second MPP OLAP database for full analytics scenarios, including multi-dimensional analytics, real-time analytics, and ad-hoc queries....

Results 769 starrocks issues
Sort by recently updated
recently updated
newest added

## What type of PR is this: - [ ] bug - [x] feature - [ ] enhancement - [ ] refactor - [ ] others ## Which issues of...

## What type of PR is this: - [ ] bug - [x] feature - [ ] enhancement - [ ] refactor - [ ] others ## Which issues of...

## What type of PR is this: - [ ] bug - [x] feature - [ ] enhancement - [ ] refactor - [ ] others ## Which issues of...

## What type of PR is this: - [ ] bug - [x] feature - [ ] enhancement - [ ] refactor - [ ] others ## Which issues of...

## What type of PR is this: - [ ] bug - [x] feature - [ ] enhancement - [ ] refactor - [ ] others ## Which issues of...

issue #4035 ## What type of PR is this: - [ ] bug - [X] feature - [ ] enhancement - [ ] others ## main modify on fe side...

## What type of PR is this: - [ ] bug - [x] feature - [ ] enhancement - [ ] refactor - [ ] others ## Problem Summary(Required) :...

### Steps to reproduce the behavior (Required) ``` CREATE TABLE `t1` ( `k1` date, `k2` int, `k3` int ) ENGINE=OLAP DUPLICATE KEY(`k1`) COMMENT "OLAP" PARTITION BY RANGE (k1) ( START...

type/bug

## Enhancement v2 format can support update for iceberg table related with #1030 We will use c++ to implement the merge on read logic Phase 1: Key points 1. Only...

type/enhancement

### Steps to reproduce the behavior (Required) ``` CREATE TABLE `t1` ( `k1` date, `k2` int, `k3` int ) ENGINE=OLAP DUPLICATE KEY(`k1`) COMMENT "OLAP" PARTITION BY RANGE (k1) ( START...

type/bug