databend icon indicating copy to clipboard operation
databend copied to clipboard

𝗗𝗮𝘁𝗮, 𝗔𝗻𝗮𝗹𝘆𝘁𝗶𝗰𝘀 & 𝗔𝗜. Modern alternative to Snowflake. Cost-effective and simple for massive-scale analytics. https://databend.com

Results 750 databend issues
Sort by recently updated
recently updated
newest added

## Tasks 1. Add `DataType::Variant`. The parsing and display rule: ``` "JSON" => DataType::Variant "VARIANT" => DataType::Variant DataType::Variant => "VARIANT" ``` 2. Rename generic type `AnyType` to `VariantType`, and implement...

C-want-help
A-query
good first issue

**Summary** Description for this feature. - [x] enable database, tables related DDL statements to new planner by default #6648 - [x] enable show statements to new planner by default #6648...

C-feature

**Summary** - Discretionary Access Control (DAC): Each object has an owner, who can in turn grant access to that object.

C-feature

**Summary** Like: https://docs.snowflake.com/en/user-guide/data-load-considerations-load.html#loading-older-files

C-feature
A-query

**Summary** Add a new load data method 'from file by http url' to https://databend.rs/doc/load-data Reference: https://databend.rs/doc/reference/sql/dml/dml-copy-into-table-url

C-documentation

**Summary** ### Table schema ``` CREATE TABLE IF NOT EXISTS blocks ( number BIGINT, hash STRING, parent_hash STRING, nonce STRING, sha3_uncles STRING, logs_bloom STRING, transactions_root STRING, state_root STRING, receipts_root STRING,...

C-bug

Cache service will be a cluster of data block cache servers sitting in mid of databend-query and underlying storage service to provide fast data block retrieving. - [x] https://github.com/datafuselabs/databend/pull/6799 -...

A-cache

**Summary** Execution time of query `select * from customer limit 1000000`(customer is generated by tpc-h dbgen with 100GB scale factor) is 10-sec level which is less than 1 sec in...

A-query

**Summary** https://databend.rs/doc/deploy/deploying-databend#verifying-deployment We don't let users use the root account, root is only used for localhost, we should guide them to create a new user and connect.

C-documentation