000b81f0c7
[chore](docs) fix some typo in english docs in inverted index ( #31497 )
...
Issue Number: close #30051
2024-02-29 12:38:03 +08:00
fa83a8f86a
[fix][doc] one of the Chinese document references is missing #31236
...
Co-authored-by: Rohit Satardekar <rohitrs1983@gmail.com >
2024-02-22 19:50:07 +08:00
56ebff8f74
Doris doc ( #31099 )
2024-02-19 18:35:29 +08:00
ce892d04e5
[feature](index) Replace BITMAP INDEX with INVERTED INDEX ( #30950 )
2024-02-16 10:16:40 +08:00
4d6de1f181
[opt](invert index) optimize the code structure of inverted index queries ( #29771 )
2024-01-16 18:46:19 +08:00
56f0dc77fe
[doc](unique key) update description for unique key in data model doc ( #28902 )
2024-01-16 18:31:27 +08:00
18f850c94f
[enhance](auto-partition) forbid null column for auto partition ( #29749 )
2024-01-12 11:59:52 +08:00
3b7d5feb84
fix: en doc list partition column must be NOT NULL ( #29414 )
2024-01-03 23:23:38 +08:00
c1303e9eee
[fix](doc) example case fixed in best practices ( #28156 )
2023-12-27 16:56:44 +08:00
3ed82bcee2
[Feature](inverted index) add lowercase option for inverted index analyzer ( #28704 )
2023-12-22 18:22:44 +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
4300fdce43
[feature](merge-on-write) enable merge-on-write by default again ( #28105 )
...
fix #27188 , #28096
2023-12-14 19:35:52 +08:00
8c79b86f5b
Revert "[feature](merge-on-write) enable merge-on-write by default ( #27188 )" ( #28096 )
...
This reverts commit 00c8bab84de8154052f9d323800b436cd0ad36e5.
2023-12-07 11:31:36 +08:00
00c8bab84d
[feature](merge-on-write) enable merge-on-write by default ( #27188 )
2023-12-06 21:06:58 +08:00
9d2aac305f
[doc](partial update) update suggestions of using unique key table ( #27810 )
2023-11-30 17:27:39 +08:00
aa1704c50b
[doc](data-model) update data-model doc ( #24941 )
2023-10-08 21:08:16 -05:00
0ccb032d79
[parameter](query timeout) change default query timeout to 15min ( #24480 )
...
Co-authored-by: yiguolei <yiguolei@gmail.com >
2023-09-16 18:17:58 +08:00
f57c75f935
[doc](agg_state) add agg_state in data-model ( #24348 )
...
add agg_state in data-model
2023-09-15 11:45:21 +08:00
1f769291b5
[doc](invert index) add invert index char_filter doc ( #24205 )
2023-09-13 10:02:45 +08:00
7adab1138c
[improvement](index) support CANCEL BUILD INDEX ( #23760 )
...
Currently, BUILD INDEX can not be canceled.
This pr add CANCEL BUILD INDEX as follows:
`CANCEL BUILD INDEX index_name ON table_name [(jobid1,jobid2)]`
2023-09-07 14:48:13 +08:00
4dbec854e4
[Docs](inverted index) add tokenize function doc ( #23518 )
2023-08-28 10:19:03 +08:00
d5bf00583f
[typo](docs) Capitalize and Rename Table Design Files ( #22453 )
2023-08-02 21:51:58 +08:00
ac62ca0320
[typo](doc) add model limitation description for inverted index ( #21245 )
2023-06-28 10:13:42 +08:00
65d81c04e6
[Docs](inverted index) update docs for build index ( #21184 )
2023-06-26 19:24:44 +08:00
69d5adaee3
[Improvement](doc) improve ngram and inverted index documents #21091
2023-06-25 19:13:41 +08:00
6ac0bfeceb
[Feature](inverted index) add unicode parser for inverted index ( #21035 )
2023-06-21 20:14:06 +08:00
62fb0e642e
[chore](dynamic schema) deprecated create dynamic schema table ( #21058 )
2023-06-21 14:44:57 +08:00
06806dc737
[typo](doc) fix bucket description and style ( #20922 )
2023-06-17 21:56:00 +08:00
ba3e065955
[typo](doc) add column type description for range partition ( #20691 )
2023-06-14 00:59:30 +08:00
c2121c831a
[typo](docs) Update the help create command display ( #20357 )
2023-06-02 17:57:23 +08:00
c6b6dcdbc7
[Docs](inverted index) update docs for inverted index parser_mode and match_phrase support ( #20266 )
2023-06-02 11:38:04 +08:00
ecdc5124be
[feature-wip](duplicate-no-keys) schame change support for duplicate no keys ( #19326 )
2023-06-02 09:22:41 +08:00
142f884753
[typo](docs)Best usage document correction. #20142
2023-05-28 18:56:17 +08:00
b12250f9e8
[typo](docs)Data partition document correction. ( #20103 )
...
* correct the wrongly conveyed meaning.
* delete the item which should not be there anymore.
2023-05-27 12:37:50 +08:00
156c8faac5
[typo](doc)deleted the space which broke the word model ( #19991 )
2023-05-25 08:22:41 +08:00
2b47282be1
[doc](merge-on-write) add some notes for using MoW ( #19968 )
2023-05-23 23:33:31 +08:00
5707ecd0e5
[typo](docs) modify the dynamic table document ( #19750 )
2023-05-18 09:24:17 +08:00
840dbdc7c0
[typo](docs) add comment of partition and key/value column ( #19448 )
...
* change docker compose to 'docker-compose'
* modify sql of mysql
* fix docker start and stop cmd
* new commit
* add comment of partition and key/value column
* Update cn doc format
---------
Co-authored-by: Luzhijing <82810928+luzhijing@users.noreply.github.com >
2023-05-11 01:14:17 +08:00
0dd35c81b4
[docs](data-model):add sql statements to import data ( #19390 )
...
* [docs](data-model):add sql statements to import data
* [docs](data-model)synchronize documents in English
2023-05-10 17:06:50 +08:00
bc1bf420d1
[typo](docs) fix err to dynamic schema table doc ( #19380 )
2023-05-08 16:35:57 +08:00
48c4679019
[doc] fix broken link in docs ( #19175 )
2023-04-28 14:29:14 +08:00
2727ad14cd
[typo](docs)Optimize the query acceleration directory structure ( #19113 )
2023-04-27 14:08:48 +08:00
72236d2b08
[typo](docs) add row to column doc ( #18546 )
...
* [typo](docs) add row to column doc
2023-04-14 09:04:55 +08:00
039688978c
[docs](doc) Add autobucket doc ( #16746 )
...
Signed-off-by: Jack Drogon <jack.xsuperman@gmail.com >
2023-03-24 19:58:58 +08:00
76458cf091
[typo](partition)Modify the list partition document #17744
2023-03-14 08:27:26 +08:00
48a2fe68ad
[typo](docs) Fix some display errors ( #17663 )
...
* [fix](docs) fix some errors in docs
2023-03-11 09:10:48 +08:00
0c48bb4d66
[typo](docs) Fix some misspelled words ( #17605 )
2023-03-09 21:55:58 +08:00
ba108d40d8
[docs](link) Fix some links in docs is broken ( #17335 )
...
* [docs](link) Fix some links in docs is broken
* fix_typo
2023-03-03 14:08:05 +08:00
c39914c0a0
[feature](partition)add default list partition ( #15509 )
...
This pr implements the list default partition referred in related #15507 .
It's similar as GreenPlum's default's partition which would store all data not satisfying prior partition key's
constraints and optimizer wouldn't filter default partition which means default partition would be scanned
each time you try to select data from one table with default partition.
User could either create one table with default partition or alter add one default partition.
```sql
PARTITION LIST(key) {
PARTITION p1 values in (xx,xx),
PARTITION DEFAULT
}
ALTER TABLE XXX ADD PARTITION DEFAULT
```
We don't support automatically migrate data inside default partition which meets newly added partition key's
constraint to newly add partition when alter add new partition. User should select default partition using new
constraints as predicate and insert them to new partition.
```sql
insert into tbl select * from tbl partition default where partition_key=xx;
```
2023-02-24 15:24:59 +08:00
51eb147711
fix inverted index doc typo and reorganize index related docs ( #16915 )
2023-02-22 15:15:10 +08:00