doris-website icon indicating copy to clipboard operation
doris-website copied to clipboard

Apache Doris Website

Results 297 doris-website issues
Sort by recently updated
recently updated
newest added

Path:/zh-CN/docs/gettingStarted/quick-start 为什么创建数据库时长时间阻塞,最后直接命令被kill了

Path:/zh-CN/docs/sql-manual/sql-functions/aggregate-functions/min-by +------+------+------+------+ | k1 | k2 | k3 | k4 | +------+------+------+------+ | 0 | 3 | 2 | 100 | | 1 | 2 | 3 | 4 |...

Path:/docs/gettingStarted/quick-start I get this error when trying to run the docker compose ``` please remove it to avoid potential confusion [+] Running 2/2 ✘ fe Error pull access denied for...

Path:/zh-CN/docs/3.0/admin-manual/data-admin/ccr/overview 看到这个页面给出了ccr-syncer的工具,但是看到在3.0.4版本的时候,给出的还是ccr-syncer-3.0.4-rc02-arm64.tar.xz. 是不是写错了?

Path:/zh-CN/docs/admin-manual/maint-monitor/metrics `doris_fe_routine_load_receive_bytes` metrics's value is data write to table or data consume from MQ, if routine load job config `where`, there will difference

Path:/zh-CN/docs/dev/admin-manual/open-api/fe-http/debug-point-action 目前官网文档里有很多文档未编入sidebar,导致搜索可以搜出来,但是通过目录找不到。例如上面这个就是其一。 这个可以通过脚本很快速的全部找到,应该尽快编入or删除。

Path:/zh-CN/docs/table-design/data-partitioning/data-bucketing Automatic Bucket Number Setting """ -- Set hash bucket auto DISTRIBUTED BY HASH(region) BUCKETS AUTO properties("estimate_partition_size" = "20G") -- Set random bucket auto DISTRIBUTED BY HASH(region) BUCKETS AUTO properties("estimate_partition_size"...

Path:/zh-CN/docs/install/deploy-manually/integrated-storage-compute-deploy-manually 执行:CREATE TABLE testdb.table_hash ( k1 TINYINT, k2 DECIMAL(10, 2) DEFAULT "10.5", k3 VARCHAR(10) COMMENT "string column", k4 INT NOT NULL DEFAULT "1" COMMENT "int column" ) COMMENT "my first...

## Versions - [ ] dev - [x] 3.0 - [x] 2.1 - [ ] 2.0 ## Languages - [ ] Chinese - [ ] English ## Docs Checklist -...

Need update EN version