Commit Graph

2340 Commits

Author SHA1 Message Date
ce5dd43a6a [doc](fix)load json doc add through S3 table function load #19141 2023-04-27 14:08:21 +08:00
30b737059c [typo](docs)release 1.2.4.1 (#19139) 2023-04-27 13:13:18 +08:00
20395ce501 [feature](array_function): add support for array_cum_sum function (#18231) 2023-04-27 09:57:13 +08:00
965682542d [typo](docs)add hive catalog faq (#19081)
* add hive catalog faq

add hive catalog faq

* fix
2023-04-26 21:13:46 +08:00
0c60f0e266 fe conf action spec item (#18916) 2023-04-26 17:54:00 +08:00
ca19b972cc [doc](update-key)add update key doc (#18899) 2023-04-26 13:41:14 +08:00
5a7a96f317 [doc](fix)fix doc link error (#19083) 2023-04-26 12:33:13 +08:00
1be5dac036 [improve] Refactor file cache and Improve the file cache strategy (#18652)
1. Refactor file cache. Before refactor, the file cache config format is "[{"path":"/path/to/file_cache","normal":21474836480,"persistent":10737418240,"query_limit":10737418240}]" and now change to "[{"path":"/mnt/disk3/selectdb_cloud/file_cache","total_size":21474836480,"query_limit":10737418240}]". It will be simpler than before.
2. Support more strategy. Support file cache priority. The file cache will have three queue,  name as 'index'/'normal'/'disposable'. We can avoid that the higher priority data is eliminate by the lower priority data.
2023-04-25 23:14:28 +08:00
9c25b514f5 [fix](doc) fix jsonb_extract doc (#19059)
This will cause FE start fail

1. docs under sql-manual need strict format.
2. Change the rule of github checks, to run FE ut if docs under sql-manual is changed
2023-04-25 20:01:51 +08:00
41fbe711b0 [typo][samples](docs)(java) add read bitmap sample and update document. (#19005) 2023-04-25 19:07:51 +08:00
7c9e6e6ad5 [typo](docs) format function Syntax desc (#19019) 2023-04-25 13:31:32 +08:00
4ef43f5374 [improvement](docs) Add sync statement docs (#18972) 2023-04-25 10:35:20 +08:00
fd4576e420 [Fix](auth) fix some problem of skip_localhost_auth_check in FE config #18996 2023-04-25 09:10:01 +08:00
bf75e74065 [typo](docs) add oceanbase jdbc catalog doc (#18994)
* [typo](docs) add oceanbase jdbc catalog doc

* fix
2023-04-25 08:50:31 +08:00
8e808abbd4 [doc](remove-useless-code)remove useless doc description #18957
Co-authored-by: journeychen <journeychen@tencent.com>
2023-04-25 08:49:24 +08:00
6b219ab599 [typo](doc) add declaration of row level auth policy #18959 2023-04-24 14:27:45 +08:00
ab2a6864bc [function](json) Json unquote (#18037) 2023-04-24 10:33:29 +08:00
b4282641c1 [typo](doc) Fixed typos in ADMIN-SHOW-CONFIG.md (#18969)
* [typo](doc) Fixed typos in ADMIN-SHOW-CONFIG.md

* Update ADMIN-SHOW-CONFIG.md
2023-04-24 08:29:55 +08:00
e4f058bad5 modified some text errors (#18968) 2023-04-24 08:29:45 +08:00
5c31a0867c [typo](doc) Fixed typos in OUTFILE.md (#18967) 2023-04-24 08:29:35 +08:00
27b8227cb5 [typo](docs)Optimize the installation And deployment directory structure (#18966) 2023-04-24 08:29:24 +08:00
29fdf1fb7e [typo](docs) add enable_ssl config doc (#18961) 2023-04-23 22:27:28 +08:00
2c776584e5 [doc](releasenote)release 1.2.4 (#18934)
* release 1.2.4

* Update README.md

* Update sidebars.json
2023-04-23 16:04:25 +08:00
166bed11d4 [Enchancement](auth) Forbid to login doris from 127.0.0.1 without password (#18816)
* forbid to login from 127.0.0.1 without password

* add localhost limit

* rename
2023-04-23 13:56:31 +08:00
bc379eebed [doc](show-rollup)delete SHOW-ROLLUP doc. (#18924)
Co-authored-by: smallhibiscus <844981280>
2023-04-22 23:39:24 +08:00
e44aad2b86 [typo](docs)add new attention of doris flink connector (#18930) 2023-04-22 23:38:48 +08:00
a49311b48e [typo](doc) Fixed typos in DROP-CATALOG.md (#18909) 2023-04-22 08:39:42 +08:00
b75f4c97f3 [function](string) support char function (#18878)
* [function](string) support char function

* fix
2023-04-22 08:36:48 +08:00
5db0b66bd9 update doc (#18871)
Co-authored-by: wudi <>
2023-04-21 23:04:27 +08:00
d56fed345e [chore](doc) fix mv doc typo and cold heat separation (#18892) 2023-04-21 22:30:56 +08:00
f7651d8dfb (fix)[olap] not support in_memory=true now (#18731)
* (fix)[olap] can not set in_memory=true now

---------

Signed-off-by: nextdreamblue <zxw520blue1@163.com>
2023-04-21 21:55:37 +08:00
c82964a294 [typo](doc) Fixed typos in lateral-view.md (#18842) 2023-04-21 15:59:04 +08:00
5570b57e41 [typo](doc)fix invalid url (#18855)
Co-authored-by: hechao <hechao@selectdb.com>
2023-04-21 15:58:46 +08:00
dba27a67bc [typo](docs) fix docs SHOW-COLUMNS.md (#18875) 2023-04-21 15:58:29 +08:00
ec1ab1a3d2 [Improve](GEO)wkb input and output are represented as hexadecimal strings And delete EWKB (#18721) 2023-04-21 15:11:18 +08:00
3007cd49f2 [enhancement](mysql) enable two-way ssl authentication (#18530)
According to the mysql-ssl, enable two-way SSL authentication.
2023-04-21 14:39:14 +08:00
2cc811bd54 [typo](docs)Fix explode_json_array document error (#18867) 2023-04-21 12:35:14 +08:00
5a0c1cb1b9 [typo](doc)Update materialized-view.md (#18826) 2023-04-21 09:12:42 +08:00
c6b1b9de80 [Improvement](broker) support broker load from tencent Goose File System (#18745)
Including below functions:
1. broker load
2. export
3. select into outfile
4. create repo and backup to gfs
after config env, use gfs like other hdfs system.
2023-04-20 23:12:17 +08:00
2c79f630fb change function version (#18811) 2023-04-20 23:10:39 +08:00
8e2146f48c [Enhencement](Export) support export with outfile syntax (#18325)
`Export` syntax provides asynchronous export function, but `Export` does not achieve vectorization.
`Outfile` syntax provides synchronous export function`.
So we can reimplement the export syntax with oufile syntax.
2023-04-20 17:27:04 +08:00
fa2a50f4c1 Update materialized-view.md (#18827) 2023-04-19 23:31:23 +08:00
19a4c7fae6 [improvement](doc) add --cap-add SYS_PTRACE command for docker-dev.md (#18790) 2023-04-19 09:07:35 +08:00
f520e5a2c6 [typo](docs) fix insert load doc error (#18773) 2023-04-18 21:13:23 +08:00
380bc16595 fix doc (#18772) 2023-04-18 19:54:28 +08:00
1b4be46ce5 [typo](docs) optimization Monitoring and alarming doc (#18767)
* [typo](docs) optimization Monitoring and alarming doc

* fix
2023-04-18 14:14:29 +08:00
18898db09d [feature](function) Add new parameters to 'trim'. (#18580) 2023-04-18 14:13:30 +08:00
7fe281b7a6 [docs](docs)Modify the wrong information about the concept description in the document (#18760) 2023-04-18 10:43:53 +08:00
16cdd9e95a [feature](segcompaction) enable segcompaction by default (#18722)
Signed-off-by: freemandealer <freeman.zhang1992@gmail.com>
2023-04-17 18:00:49 +08:00
32c1d0acea [typo](docs) Add directory level for ST doc (#18719) 2023-04-17 11:15:37 +08:00