Commit Graph

74 Commits

Author SHA1 Message Date
Sandy Gao 1c929ef6cc Various improvements
- Recognize more errors that are resumable
- Handle error when trying to save query snapshot result
- Update snapshot documentation to remove "spill-to-disk" limitation
- Remove "memory" catalog from default docker image
2021-06-14 17:55:04 -04:00
Haochen Ding c38d9a9217 Update resource group docs to include supported scheduling policy in HA mode 2021-06-08 14:18:17 -04:00
Nitin-Kashyap 0b4045dbf9 !905 [I3UPNO] Configuration name convention fixed for sort based aggregator
* [I3UPNO] doc-SortBased Aggregation
2021-06-08 08:11:50 +08:00
sandeep e39fd28b42 !816 Doc update when CTE is enable Reuse Exchange will not get selected
* !816 [I3G59W] Doc update reuse Exchange when CTE is enable & merge Small Splits
2021-06-07 02:06:39 +08:00
Sandy Gao edcda46957 Improve snapshot stability:
- Trigger resume if HttpPageBufferClient receives node failures
- Include lookup-outer driver in sink count for local exchange
2021-04-15 17:43:10 -04:00
i-robot d393fe0a6f !779 [I3DPAX] Resource group limit
Merge pull request !779 from RajeevRastogi/resource.group.limit
2021-04-07 00:54:34 +08:00
rajeevrastogi 21fe954185 [#I3DPAX] Resource group limit 2021-04-06 20:48:11 +05:30
RaymondXu 6e1484179a Improve snapshot documentation and related warnings 2021-04-05 15:04:46 -04:00
i-robot e01e0ebf4c !802 Add docs for column mask, row filter, WEB UI security enhance and user impersonal.
Merge pull request !802 from Peikun Chen/feature/updateDocs
2021-03-30 19:56:32 +08:00
Yize Li 9a9d9deb43 correct doc grammars and description 2021-03-30 16:55:49 +08:00
Peikun Chen 3cc2e746c2 Add docs for column mask, row filter, WEB UI security enhance and user impersonal. 2021-03-30 16:06:19 +08:00
i-robot dec5f8da6c !772 Add plan tree checker to prevent compiling external function
Merge pull request !772 from Yize_Li/add-checker-for-external-function
2021-03-26 10:15:01 +08:00
Yize Li 2c4e41abad add external function push down checker to set up a fence 2021-03-25 11:56:37 +08:00
Jessica Surya 199c62313b - I2D63N Update snapshot configurations and documentation
- I2D63H Detect unsupported scenarios and disable snapshot
2021-03-23 10:47:58 -04:00
Yize Li e381a21619 function namespace manager, external function registration and push down doc 2021-03-16 17:49:31 +08:00
wyy566 92b273b913 Pushdown Features Documentation Edits 2021-03-09 15:43:47 +08:00
zhangjingfang 785c4366ea fix dynamic catalog and dcc document issue. 2021-03-06 10:05:41 +08:00
i-robot e3e34e6fdb !555 Update documentation to use an image for node state transitions
Merge pull request !555 from sandygao/update-scaling-doc
2021-03-05 15:46:26 +08:00
Daniel Zhang 7411809d44 Index Documentation adjustments 2021-03-03 14:13:02 -05:00
Neerajunnikrishnan b0e990b19f UTs and plan changes for CTE
fix for dynamic filter + documentation changes
2021-03-01 17:24:11 +05:30
ZhanLu00 e498623102 fix state store reference in dynamic filters' documentation 2021-02-25 13:01:54 -05:00
i-robot 8988de9d7f !552 Update the dynamic filter docs
Merge pull request !552 from lifengzi/update_df_docs
2021-02-05 05:17:20 +08:00
i-robot bd1d5dc8ff !554 State Store Documentation Correction
Merge pull request !554 from jackguo/state-store-documentation-correction
2021-02-05 00:40:09 +08:00
i-robot 35400ef6f5 !521 Add auto catalog configuration for webui dynamic catalog adding
Merge pull request !521 from Peikun Chen/feature/webui
2021-01-30 11:02:14 +08:00
lizheng920625 2a95ae2cea update the doc for dynamic filters 2021-01-29 09:21:28 +08:00
shuaiwang999 2be43a3402 add cache for metastore 2021-01-28 17:14:01 +08:00
Sandy Gao 8af746aad8 Update documentation to use an image for node state transitions 2021-01-27 11:33:19 -05:00
Jack Guo 00028d95c4 state store documentation correction 2021-01-23 02:30:53 -05:00
Peikun Chen 68e87e0491 Support auto connector config for webui 2021-01-22 15:30:23 +08:00
Peikun Chen 1e2b2f9b24 !499 Add webui document
* Add webui document
2020-12-25 16:41:16 +08:00
i-robot 2e04965607 !461 update documentation with recent change on optimization
Merge pull request !461 from Zhan Lu/update-doc
2020-12-22 00:07:43 +08:00
ZhanLu00 e94810a835 update documentation scratch 2020-12-18 12:27:19 -05:00
SiddharthJaiswal f944a2b146 !456 [I29CR9] Documentation for Reuse Exchange
* Added documentation for user parameters and spilling for Reuse Exchang…
2020-12-18 20:24:17 +08:00
lizheng920625 7a4888a25a Enable dynamic filtering by default and change join reorder and join distribution type to AUTOMATIC 2020-12-11 14:52:16 +08:00
i-robot 5408c17c22 !435 Update hindex docs
Merge pull request !435 from farhan3/hindex-docs
2020-12-10 00:22:28 +08:00
farhan3 f853ec6ab7 update hindex docs 2020-12-09 09:40:21 -05:00
tyler-liu b9d971083e Add dynamic filter for semi join
Fix tests

Add df for memory connector, add tests

Fix style

No df for random predicate

Remove df prefix
2020-12-03 18:30:52 -05:00
shuaiwang999 7cbd204c91 update default config for performance test 2020-11-27 16:06:05 +08:00
zhangjingfang 5afeed5f7a create a client when the process starts and reuse it in subsequent operations. 2020-11-11 10:30:58 +08:00
Jack Guo 4c7097ce95 Implementation of simplifying HA configs 2020-11-05 17:03:29 -05:00
i-robot 81cbd18aa7 !282 [I1WGEQ] Selectivity based Dynamic Filtering
Merge pull request !282 from Arven/dynamic-filter-optimizer
2020-10-12 10:23:19 +08:00
RaymondXu 5a4e1f739d Added test cases to test the functionality of CreateDynamicFilter, added config updates to hetu-docs 2020-10-09 22:30:03 -03:00
Yize Li 9266b710b8 configurable http security headers
add docs
2020-09-28 22:01:01 +08:00
i-robot 5679eb93ba !285 [I1W7NI] To make the visibility of exception stack trace configurable
Merge pull request !285 from Yize_Li/configurable-exception-trace-stack-display
2020-09-26 00:26:49 +08:00
Yize Li c13077c592 configurable exception stack trace display
add doc

cover null pointer exceptions' stack trace

add ut

add copy right
2020-09-25 19:01:58 +08:00
farhan3 654c056e37 hindex cli bug fixes and improvements:
- cli crashing on hindex exception
- progress bar invalid range
- use case insensitive names in hindex
- validate hindex create index WHERE expression
- use catalog and schema from session to form fqtn
- docs and cli help improvements
2020-09-24 13:58:23 +08:00
fhxing c03de8b37c Merge branch 'master' of gitee.com:openlookeng/hetu-core into Update-chineseDocs-with-new-feature 2020-09-22 16:56:19 +08:00
farhan3 0c1777e7f3 expand secure path whitelist
add root directory to black list and add docs for white list

remove multi path
2020-09-22 09:21:11 +08:00
qiaominna b763426a7a Update Chinese documents to ensure consistency between Chinese and English documents. 2020-09-19 18:06:25 +08:00
i-robot 79f33ef650 !254 using cache entry weight instead of cache size to control index cache memory usage
Merge pull request !254 from rebecca-liu66/hindex-cache-adjust
2020-09-18 03:43:43 +08:00