Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
*: Reorg part update table #40714
*: Reorg part update table #40714
Changes from all commits
806fcbf
fdf335e
5a60f7e
85257f3
ae2d551
a2fa187
51cce45
2150c6b
785f515
08f23ef
b4f500e
13e2120
ad0c202
9e8a21c
fc3f04b
47ace08
273e7e8
b086421
74fa4c4
b0c16cd
73dcf5a
0accdd8
8c914b0
0678894
3a1adcd
f23a27a
ecb7f50
4e43b14
0f4bd73
aeccf77
985b5ec
4adce4c
5fdd3bd
5c04d78
bfd5e66
0b0c7ec
b7e590c
1e0d902
60a956b
eb6fec9
3438e00
1305687
251a69a
0a275d6
2e5b311
53edd89
18c71f4
d2be278
0eab90d
14879a7
060f189
5632e4a
7c093a2
c27499e
014159d
c61ef1d
4702033
3112178
dfd9dae
a9c528c
c30a9ff
6ad990a
658f9a6
9d55834
40edc9e
34c03ad
bcf8ef1
ff8bd3c
1ace970
388364d
8a4b31a
3e2ca84
2f6401a
fc241b2
f9d4a54
fc714e2
79ab2b9
cf56bf9
ab01065
3c8f11d
20bb046
22261a0
a94cde3
83d275c
afbef28
32f9604
bddfc62
11f5c17
b268c65
f9af75f
b196756
869b21d
667bc4c
c8124a0
92a936e
cf34941
1a7b395
6dff69f
875c002
b94042c
ea29db5
ffaf2ac
25dd54f
72f52f3
0134d0b
d3b952a
8e80e7c
b97f60d
1b8a233
6131e3f
91adaaf
f7de8be
94b65bd
47080d9
702a559
7ef86c3
7e2fa6c
ca03f9c
9ac5dff
25a2479
67a952a
1bf230a
be8caa6
494672c
1e99fa4
5327d07
9aaa93e
4f1adb9
1f344ba
3ccff46
3e65e9b
f483b39
3e6499b
e95881f
62a7133
7fafb6d
ccee532
73c8cc7
e7e7935
cb5affb
95f0dc5
6ae151a
00604eb
bf2cc45
be112dc
d027270
37f045c
508b601
4a5a447
5eea731
affe126
7e64d04
669ba5c
331f69f
e1a2b58
88842fa
852fdc6
3291b6d
99100d4
6477d2b
b8490bc
af968f2
43ebc64
b226dfc
005c8d8
f600fc6
f9f7268
b906bf9
a9d8bfe
f7c87c8
2d755a8
4a8006c
b477b1c
408a466
83ec4b0
199bb38
7dbf1a5
0f838d9
362defb
b912237
e2a14ce
f5362f9
9826913
3f223b3
be31b6c
45d71af
f771c67
c4d8ed1
3cb091b
bb314af
46e67d2
02332b2
10f0093
ef7c8bd
eb033f8
8a14d11
1c8007d
cf8f683
4ae9e6d
34d9352
eb3df8b
ac6f869
d3444e6
805553a
46d4bf0
db53a42
eff7462
d2d33df
668881f
caffd8d
e864d83
e3f8d98
2cf328b
2f13578
6e220cf
cefb261
7beec04
defd80a
f88714d
eb35c77
2b32037
4b6f0ca
d041912
88f5ff8
bd7c905
8bc3503
5c71c3d
8a97633
a3b77df
e2b4ca5
a0229ea
2578e7b
9cd2d19
6ae6ecd
038a4e5
d87a516
5e94a2d
9f0a0c3
1b09e1a
599f5dc
11b62c7
aa3bf0b
b8b5194
5a31388
1af113a
1cceb71
ccbacc8
a642b7c
b5a74c3
0cb356f
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does 'adding 0s' mean?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So this will just write stats as all zeros / empty table/indexes. Preferably I think it should trigger stats on the new partitions, including their indexes as well as update the global stats. And also wait for all this during the DeleteReorganization phase, so stats are up-to-date when going to StatePublic where the stats will be needed.