25a6be850d
[doc](fix)Export doc fix ( #11584 )
...
export doc fix
2022-08-08 19:27:57 +08:00
b93860902f
[doc](tablet-health) modify content about tablet state ( #11086 )
...
Co-authored-by: caiconghui1 <caiconghui1@jd.com >
2022-08-08 10:43:13 +08:00
40b50400b2
[fix](doc) remove docs for direct compiling on Centos ( #11575 )
...
I tried to compile doris on Centos directly according to docs, however
it does not work. It is very difficult to find tools needed by doris
compilation on Centos.
2022-08-08 09:56:47 +08:00
6ea3465264
[improvement](doc)Description of bitmap type query result is null ( #11506 )
...
Description of bitmap type query result is null
2022-08-08 09:51:45 +08:00
74340dac44
bitmap_from_string support uint64 string, but docs is wrong ( #11510 )
...
bitmap_from_string support uint64 string, but docs is wrong
2022-08-05 08:49:38 +08:00
9078ab4d24
[feature](FE): add new property to control whether use light schema change or not ( #11169 )
2022-08-04 15:49:05 +08:00
35f2632c3a
[doc]fix-doc ( #11439 )
...
Update get-starting.md
2022-08-04 14:00:43 +08:00
277e5e7bd1
[fix](doc)Document correction, delete some old document content, add some explanatory information ( #11504 )
...
Document correction, delete some old document content, add some explanatory information
2022-08-04 14:00:03 +08:00
9ed36aa48b
[doc](website)fe elastic scaling documentation issue ( #11471 )
...
fe elastic scaling documentation issue
2022-08-04 13:57:59 +08:00
7366f187d7
[doc](schema change) Correct Schema Change error description ( #11456 )
...
Correct Schema Change error description
2022-08-03 18:35:55 +08:00
71ea3f2906
fix(typo): in docs(zh-CN) how to be a committer ( #11445 )
2022-08-03 08:45:22 +08:00
4850873f66
[doc](sql-block-rule) add more example ( #11416 )
...
sql-block-rule : add more example
2022-08-02 18:39:13 +08:00
6e684c695d
fix-doc ( #11436 )
...
fe-config fix
2022-08-02 18:38:30 +08:00
f730a048b1
[feature-wip](load) Support single replica load ( #10298 )
...
During load process, the same operation are performed on all replicas such as sort and aggregation,
which are resource-intensive.
Concurrent data load would consume much CPU and memory resources.
It's better to perform write process (writing data into MemTable and then data flush) on single replica
and synchronize data files to other replicas before transaction finished.
2022-08-02 11:44:18 +08:00
abbf75d302
[doc][refactor](metrics) Reorganize FE and BE metrics and add document ( #11307 )
2022-08-02 11:34:06 +08:00
f8f63874a3
[docs](routine-load)modify config name ( #11394 )
...
modify config name
2022-08-02 11:17:37 +08:00
8537ec6c02
[doc] Add missing ADMIN DIAGNOSE TABLET doc ( #11273 )
...
Add missing ADMIN DIAGNOSE TABLET doc
2022-08-02 11:13:57 +08:00
22f5dedf8a
[doc]Doc fix ( #11384 )
...
* fix document,pull-request and get-starting
2022-08-02 11:12:11 +08:00
5c1cd058f2
[Feature] Add interface to check tablet segment lost ( #10711 )
...
Co-authored-by: weizuo <weizuo@xiaomi.com >
2022-08-02 09:40:04 +08:00
547c18d28b
[feature](load) support CLEAN LABEL stmt ( #11362 )
2022-08-01 10:43:33 +08:00
e002b55b01
fix be config buffer_pool_limit default value ( #11373 )
...
fix be config buffer_pool_limit default value
2022-08-01 08:46:15 +08:00
e7635e54ee
[doc](unique key) add suggestion for replace_if_not_null ( #11223 )
2022-07-29 20:02:18 +08:00
a7e7df658c
[Doc] update FAQ about ODBC ( #11263 )
2022-07-29 19:18:28 +08:00
4cbfd7822a
update flink connecotr problem ( #11075 )
...
update flink connecotr problem
2022-07-29 17:22:59 +08:00
ea2fac597e
update json import with read json by line ( #11061 )
...
update json import with read json by line
2022-07-29 17:04:45 +08:00
d3c88471ad
[tracing] Support opentelemtry collector. ( #10864 )
...
* [tracing] Support opentelemtry collector.
1. support for exporting traces to multiple distributed tracing system via collector;
2. support using collector to process traces.
2022-07-29 16:49:40 +08:00
337a2fe2b9
[Doc] Add alter table comment doc ( #11294 )
...
Add alter table comment doc
2022-07-29 16:47:16 +08:00
303963cfdd
[doc]Stream load doc fix ( #11328 )
...
Stream load doc fix
2022-07-29 16:46:44 +08:00
512ff192bf
[Doc] Resolve Historical Conflict Documents ( #10997 )
...
* Resolve Historical Conflict Documents
2022-07-29 16:33:59 +08:00
4f8e66c4b3
[doc][fix]Modify docs/community to keep the same as the website site directory structure ( #11327 )
...
Modify docs/community to keep the same as the website site directory structure
2022-07-29 14:51:37 +08:00
63bdf8497e
ADD: backup by minio ( #11245 )
...
ADD: backup by minio
2022-07-29 14:47:31 +08:00
92bb7d0720
[improvement]Remove the website build framework from the docs directory ( #11081 )
...
Remove the website build framework from the docs directory
2022-07-29 13:51:57 +08:00
8eac06134f
[Doc]Add Introduction to Apache Doris ( #11114 )
...
Add Introduction to Apache Doris
2022-07-29 13:41:16 +08:00
6d0c59d4f0
[doc]Added auto_broadcast_join_threshold variable description ( #11323 )
...
Add auto_broadcast_join_threshold variable description
2022-07-29 13:05:30 +08:00
f70bbd274e
[doc]Correct jump link error in flink-doris-connector ( #11074 )
...
* Correct jump link error in flink-doris-connector
2022-07-29 12:12:19 +08:00
c256a689e8
[doc](website)Update node status column name for show backends command ( #11312 )
...
[doc](website)Update node status column name for `show backends` command
2022-07-29 12:03:58 +08:00
bac280e803
[Vectorized] Support both distinct and order by of group_concat ( #11278 )
...
Co-authored-by: lihaopeng <lihaopeng@baidu.com >
2022-07-29 09:11:34 +08:00
5913c7c52c
[feature-wip](array-type) add function array_slice ( #11054 )
...
array_slice function returns a slice of the array.
2022-07-27 18:43:52 +08:00
d9066440f6
[fix](fe_plugins) update fe plugins' dependency to fe 1.0-SNAPSHOT ( #11141 )
2022-07-25 09:13:15 +08:00
3744321f01
[feature-wip](array-type) add function array_union/array_except/array_intersect ( #10781 )
...
Add array_union/array_except/array_intersect function.
2022-07-22 13:50:13 +08:00
900430f55e
[docs] update invaid links ( #10272 )
2022-07-22 09:59:53 +08:00
4960043f5e
[enhancement] Refactor to improve the usability of MemTracker (step2) ( #10823 )
2022-07-21 17:11:28 +08:00
b95dedd07b
[doc]Gis function style ( #11015 )
2022-07-20 19:18:35 +08:00
6aadee9a2e
[data lake]Support hdfs ha for Iceberg table. ( #11002 )
...
* Support Iceberg on HDFS with HA mode enabled.
2022-07-20 19:03:58 +08:00
a607c30ad4
[docs] Fe build idea doc ( #10996 )
...
* [doc](fe): enhance the fe-idea-dev
* [doc](fe)add solution for m1 mac compile error
Co-authored-by: jackwener <jakevingoo@gmail.com >
2022-07-20 19:03:29 +08:00
ba9c7e50aa
[doc] missing sidebar for cloudcanal ( #10998 )
2022-07-19 23:51:12 +08:00
b70274e2af
[docs] Changing the symbol of dataX doriswriter table creation statement ( #10632 )
...
* Update datax.md
2022-07-19 10:15:27 +08:00
6736e06679
[feature](udf) Vectorization support remote udaf #10683 ( #10685 )
2022-07-18 17:15:34 +08:00
9adbd8abbd
[feature](resource-tag) support multi tag for a single Backend ( #10901 )
2022-07-18 16:50:45 +08:00
d199283df0
[Docs] add doc of tablet local debug ( #10944 )
...
Co-authored-by: lihaopeng <lihaopeng@baidu.com >
2022-07-18 16:02:29 +08:00