Commit Graph

2958 Commits

Author SHA1 Message Date
f6443efe1a [doc](fix)fix kill doc error and add example (#29313) 2024-01-02 14:05:19 +08:00
bf6488e518 [fix](doc) show catalog example output fix (#29150)
Co-authored-by: Rohit Satardekar <rohitrs1983@gmail.com>
2024-01-02 14:05:05 +08:00
216b53058d [doc](mtmv)mtmv doc (#27549) 2024-01-01 17:46:21 +08:00
6c74313f60 [Fix](ut)(show) added UT cases for show backup stmt (#28604)
* Added UT for show backup
 * fixed some toSql() space and missing CLAUSE
 * Updated Doc with relevant syntax
2023-12-31 15:49:57 +08:00
74202fe7e2 [Enhancement] support user custom defined privite settings,xml for build fe (#29015)
Issue Number: close #29014
2023-12-31 13:42:56 +08:00
e91f6cb069 [chore](docs) straight_join is not supported (#28268) 2023-12-30 21:34:04 +08:00
aa4b3d02f1 [bug]https://github.com/apache/doris/issues/29149 (#29155)
Co-authored-by: 86157 <mapengfei@lnxjit.commapengfei@lnxjit.com>
2023-12-30 21:30:59 +08:00
018d8b1326 [fix](doc) spell errors fixes and align with code log for check-rpc-channel. (#28151) 2023-12-30 20:56:56 +08:00
4e56adee15 [improvement](docs) add Json load case doc (#29001) 2023-12-30 00:02:43 +08:00
236276e9c1 [typo](docs) fix lakehouse doc 404 (#29299) 2023-12-29 16:27:48 +08:00
xy
4fc5860a7c [Fix](doc)Fix word spelling errors (#29268)
Co-authored-by: xingying01 <xingying01@corp.netease.com>
2023-12-29 14:15:37 +08:00
a57ad36c4e [fix](docs) Update Link for 404 page of dev docs (#29213) 2023-12-29 11:37:50 +08:00
0562999f91 [fix](doc) spell errors fixes and align with code log for memory tracker. (#28000)
Spell corrected for LastestSuccessChannelCache and aligned that with the docs
2023-12-28 11:12:35 +08:00
f4c5ce260b [fix](statistics)Fix rowCount==0 while analyzing bug (#28969)
Sample analyzing need to get row count by using table.getRowCount(). This method is not updated in real time, which may cause the sample task to scan whole table.
This pr is to fix this. Set the flag that indicate the analyze job is for an empty table and skip scan the table. Meanwhile, don't reset updatedRows in this case.

Set hugeTableAutoAnalyzeIntervalInMillis = 0 because all default huge table size has been set to 0.
2023-12-27 23:04:37 +08:00
286af3bce9 [doc](file-cache) fix wrong config (#29156)
* [doc](file-cache) fix wrong config

* 2
2023-12-27 18:51:01 +08:00
d70743a2fc [fix](doc) spell errors fixes ha-action.md (#28155) 2023-12-27 16:57:07 +08:00
c1303e9eee [fix](doc) example case fixed in best practices (#28156) 2023-12-27 16:56:44 +08:00
522e48c764 [fix](doc) spell errors fixes for be-olap-error-code docs (#27866) 2023-12-27 16:55:59 +08:00
ef8ae75e37 [fix](doc) updated node version as per given in the url. (#28427) 2023-12-27 16:55:37 +08:00
cec7eba1cc [fix](doc) spell errors fixes for table-repair and table local debug (#28153) 2023-12-27 16:51:58 +08:00
1c0bbcf416 [fix](doc) typo fix in sql-interception docs (#28445) 2023-12-27 16:42:43 +08:00
64ca508c0b [fix](doc) typo fix in schema change docs (#28453) 2023-12-27 16:42:28 +08:00
26842049f3 [fix](doc) typo fix in fqdn page (#28509) 2023-12-27 16:42:00 +08:00
8035287010 [fix](doc) spell errors fixes for memory tracker docs (#27865) 2023-12-27 15:22:43 +08:00
d3e1afa2e4 [fix](doc) typo fix in metaInfoActionV2 page (#28510) 2023-12-27 15:21:20 +08:00
86a0eb9344 [fix](doc) spell errors fixes query profile docs (#28437) 2023-12-27 12:19:01 +08:00
f6850f8cdb Revert "[feature](load) enable memtable on sink node by default (#28963)" (#29090)
This reverts commit 17917a0adb57ac337dfd41e8853b1aa87c9d5acd.
2023-12-26 22:20:49 +08:00
1964a77d6c [enhencement](config) change default memtable size & loadStreamPerNode & default load parallelism (#28977)
We change memtable size from 200MB to 100MB to achieve smoother flush
performance. We change loadStreamPerNode from 20 to 60 to avoid stream
rpc to be the bottleneck when enable memtable_on_sink_node. We change
default s3&broker load parallelsim to make the most of CPUs on moderm
multi-core systems.

Signed-off-by: freemandealer <freeman.zhang1992@gmail.com>
2023-12-26 16:22:52 +08:00
2411dbe0e6 [doc](multi-catalog)add krb and some ertificates FAQs (#28858)
add some security docs
2023-12-25 23:05:44 +08:00
8921b313b4 [fix](doc) typo fix in dynamic-partition page (#28511) 2023-12-25 21:02:37 +08:00
17917a0adb [feature](load) enable memtable on sink node by default (#28963) 2023-12-25 16:27:16 +08:00
8e47fd28e2 [fix](doc) typo fix in auto-partition page (#28512) 2023-12-25 15:49:18 +08:00
6de797844d [doc](insert) Add group commit docs (#25949) 2023-12-25 11:34:11 +08:00
b49671b31e [feature](api) add profile text api (#28697) 2023-12-25 10:17:09 +08:00
ff365ca130 [docs] (DebugPoints) Update docs about Debug Points (#28347)
---------

Co-authored-by: qinhao <qinhao@newland.com.cn>
2023-12-25 09:33:47 +08:00
5e9e199ca0 [fix](doc) Add the usage example of bos to the documentation of s3 tvf (#28899) 2023-12-23 20:47:50 +08:00
43776465d9 [fix](segcompaction) disable segcompaction by default (#28906)
Signed-off-by: freemandealer <freeman.zhang1992@gmail.com>
2023-12-23 07:43:41 +08:00
3ed82bcee2 [Feature](inverted index) add lowercase option for inverted index analyzer (#28704) 2023-12-22 18:22:44 +08:00
7710c85904 [fix](stream load)add test case and doc for arrow type of stream load (#28098)
add test case and doc for arrow type of stream load
2023-12-22 13:18:44 +08:00
453e3c18f4 [refactor](buffer) remove download buffer since it is no longer useful (#28832)
remove download buffer since it is no longer useful
2023-12-22 11:53:31 +08:00
e2941aa9c8 [improve](config) set mutable and masterOnly in FE config stream_load_default_memtable_on_sink_node (#28835) 2023-12-22 10:58:43 +08:00
172f68480b [Enhancement](load) Limit the number of incorrect data drops and add documents (#27727)
In the load process, if there are problems with the original data, we will store the error data in an error_log file on the disk for subsequent debugging. However, if there are many error data, it will occupy a lot of disk space. Now we want to limit the number of error data that is saved to the disk.

Be familiar with the usage of doris' import function and internal implementation process
Add a new be configuration item load_error_log_limit_bytes = default value 200MB
Use the newly added threshold to limit the amount of data that RuntimeState::append_error_msg_to_file writes to disk
Write regression cases for testing and verification

Co-authored-by: xy720 <22125576+xy720@users.noreply.github.com>
2023-12-22 10:43:18 +08:00
0b9b1be1f1 [fix](function) Fix from_second functions overflow and wrong result (#28685) 2023-12-22 10:22:49 +08:00
4ee661202e [improve](transaction) extend abort transaction time (#28662) 2023-12-21 14:01:05 +08:00
2b2d3d0eb1 [fix](meta_scanner) fix meta_scanner process ColumnNullable (#28711) 2023-12-20 17:41:38 +08:00
08066a55f1 [Enhancement](auto-partition) change the behaviour when insert overwrite an auto partition table #28683
If we specific target partition(s) when inserting overwrite an auto partition table,
before:
could create new partition
now:
behalf just like non-auto partition table
2023-12-20 17:19:21 +08:00
9c9249e911 [feature](inverted index) add ignore_above property to prevent long s… (#28585)
When string is too long, clucene will throw an error. 
And the string is too long to analyze. So we ignore the string in index process when the string is longer than 256 bytes by default.
We add an poperty `ignore_above` for user to customize.
2023-12-19 18:54:36 +08:00
15e31d74e3 [feature](expr) Support kill query by query_id (#28530)
Issue Number: open #28517
2023-12-19 18:18:40 +08:00
d24a1645d9 [improvement](http) add show_table_data http api (#28380)
In some cases, users need to get the data size of single replica of a table, and evaluate certain actions based on this, such as estimating the precise backup size.

Signed-off-by: nextdreamblue <zxw520blue1@163.com>
2023-12-19 11:44:33 +08:00
6503aaf7db [feature](planner) allow HLL and QUANTILE_STATE types on duplicate and unique table (#28546) 2023-12-19 09:54:24 +08:00