Dylan

Results 35 issues of Dylan

Tracking issue for everything related to Index. - [x] meta: catalog #4340 - [x] optimizer: batch covering index selection #4520 - [ ] optimizer: batch non-covering index selection #4587 -...

type/feature

Some table statistics is useful to query optimization. Such as: - table row count - column NDV (number of distinct value) - column null ratio - column histogram - column...

component/streaming
component/optimizer

I hereby agree to the terms of the [Singularity Data, Inc. Contributor License Agreement](https://gist.github.com/skyzh/0663682a70b0edde7ae991492f2314cb#file-s9y_cla). ## What's changed and what's your intention? ***PLEASE DO NOT LEAVE THIS EMPTY !!!*** Please explain...

type/refactor

It seems our dml (Insert/Delete/Update) for a table can not provide atomicity even for a single statement currently. If dml's input is large enough, it may produce multiple data-chunks which...

type/bug

I hereby agree to the terms of the [RisingWave Labs, Inc. Contributor License Agreement](https://gist.github.com/TennyZhuang/f00be7f16996ea48effb049aa7be4d66#file-rw_cla). ## What's changed and what's your intention? - related issue: https://github.com/risingwavelabs/risingwave/issues/14742 - Support decimal type for...

type/feature

I hereby agree to the terms of the [RisingWave Labs, Inc. Contributor License Agreement](https://gist.github.com/TennyZhuang/f00be7f16996ea48effb049aa7be4d66#file-rw_cla). ## What's changed and what's your intention? - Bump icelake to the latest version. - Support...

type/chore

### Is your feature request related to a problem? Please describe. According to [RFC: Combine Historical and Incremental Data](https://github.com/risingwavelabs/rfcs/pull/85) we need to support ingesting data from an external source (e.g....

type/feature

### Describe the bug Frontend can't connect to CN sometimes when CNs have been restarted until we restart the frontend node. Need to find a way to reproduce this issue....

type/bug

### Is your feature request related to a problem? Please describe. If a SQL contains TUMBLE(t, date_time, INTERVAL '1' DAY), the window start time should be adjusted based on the...

type/feature