Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

executor: support Intersection of IndexMerge #38636

Merged
merged 55 commits into from
Nov 29, 2022
Merged
Show file tree
Hide file tree
Changes from 48 commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
a3e9b08
executor: support Intersection of IndexMerge
guo-shaoge Oct 25, 2022
2c1f53b
fix fmt
guo-shaoge Oct 25, 2022
9b2f030
Merge branch 'master' into intersect_index_merge
guo-shaoge Oct 25, 2022
3f6dbb5
fix trivial bug
guo-shaoge Oct 27, 2022
fd03889
add unit test
guo-shaoge Oct 27, 2022
9ba60c7
Merge branch 'intersect_index_merge' of github.com:guo-shaoge/tidb in…
guo-shaoge Oct 27, 2022
79af3c0
fix lint
guo-shaoge Oct 27, 2022
44249e9
Merge branch 'master' of github.com:pingcap/tidb into intersect_index…
guo-shaoge Nov 14, 2022
5a8a381
Merge branch 'master' of github.com:pingcap/tidb into intersect_index…
guo-shaoge Nov 21, 2022
e60ce70
add mem_reader
guo-shaoge Nov 21, 2022
11fe494
Merge branch 'master' into intersect_index_merge
guo-shaoge Nov 22, 2022
425a7b2
refine processWorker
guo-shaoge Nov 22, 2022
631e1ef
Merge branch 'intersect_index_merge' of github.com:guo-shaoge/tidb in…
guo-shaoge Nov 22, 2022
2b450b4
refine intersectionProcessWorker
guo-shaoge Nov 22, 2022
816b378
refine intersectionProcessWorker
guo-shaoge Nov 22, 2022
096dfdd
fix fmt
guo-shaoge Nov 23, 2022
742dbf3
fix comment
guo-shaoge Nov 23, 2022
0addbf5
fix
guo-shaoge Nov 23, 2022
4e3b731
Merge branch 'master' into intersect_index_merge
guo-shaoge Nov 23, 2022
6e97204
fix panic
guo-shaoge Nov 24, 2022
a8e044e
Merge branch 'intersect_index_merge' of github.com:guo-shaoge/tidb in…
guo-shaoge Nov 24, 2022
1c2e274
fix fetchCh size
guo-shaoge Nov 25, 2022
4b92b71
add tidb_index_merge_intersection_concurrency
guo-shaoge Nov 25, 2022
43f60fd
Merge branch 'master' of github.com:pingcap/tidb into intersect_index…
guo-shaoge Nov 25, 2022
57136e9
del workerID
guo-shaoge Nov 25, 2022
2d917b5
Merge branch 'master' into intersect_index_merge
guo-shaoge Nov 25, 2022
a8799d4
Merge branch 'master' of github.com:pingcap/tidb into intersect_index…
guo-shaoge Nov 28, 2022
4d4455e
fis tidb_vars.go
guo-shaoge Nov 28, 2022
afa87aa
Merge branch 'intersect_index_merge' of github.com:guo-shaoge/tidb in…
guo-shaoge Nov 28, 2022
7e6559a
refine Consume
guo-shaoge Nov 28, 2022
a852873
use memAwareMap
guo-shaoge Nov 28, 2022
1946461
Merge branch 'master' into intersect_index_merge
guo-shaoge Nov 28, 2022
e1f74f6
fix mapDelta
guo-shaoge Nov 28, 2022
6a12671
Mergh origin inte branch 'intersect_index_merge' of github.com:guo-sh…
guo-shaoge Nov 28, 2022
87369c6
fix ExtraMemSize
guo-shaoge Nov 28, 2022
49b9e5f
fix defer
guo-shaoge Nov 28, 2022
4a1ccc6
Merge branch 'master' into intersect_index_merge
guo-shaoge Nov 28, 2022
e750ce9
fix
guo-shaoge Nov 28, 2022
5136dac
split task; recoverfn
guo-shaoge Nov 28, 2022
652ad71
Merge branch 'intersect_index_merge' of github.com:guo-shaoge/tidb in…
guo-shaoge Nov 29, 2022
1f1e523
Merge branch 'master' into intersect_index_merge
guo-shaoge Nov 29, 2022
d25a88a
add comment
guo-shaoge Nov 29, 2022
f5f70ac
fix comment
guo-shaoge Nov 29, 2022
29c3ebd
use WaitGroupWrapper
guo-shaoge Nov 29, 2022
3bf600e
remove defer for last consume
guo-shaoge Nov 29, 2022
7486eff
change var name
guo-shaoge Nov 29, 2022
f7a4bcb
fix lint
guo-shaoge Nov 29, 2022
8cca18a
fix lint
guo-shaoge Nov 29, 2022
5cfbe24
fix comment; update usage of memtracker
guo-shaoge Nov 29, 2022
b1a2ef7
Merge branch 'master' into intersect_index_merge
guo-shaoge Nov 29, 2022
452c5f7
Merge branch 'master' into intersect_index_merge
ti-chi-bot Nov 29, 2022
3e5414e
use mathutil
guo-shaoge Nov 29, 2022
9233461
Merge branch 'intersect_index_merge' of github.com:guo-shaoge/tidb in…
guo-shaoge Nov 29, 2022
d419d75
Merge branch 'master' into intersect_index_merge
ti-chi-bot Nov 29, 2022
1b5907e
Merge branch 'master' into intersect_index_merge
ti-chi-bot Nov 29, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading