Uh oh!
There was an error while loading. Please reload this page.
improve index on appconfig - #42903
Merged
Merged
Conversation
ArtificialOwlforce-pushed
the
enh/noid/improve-index-on-appconfig
branch
2 times, most recently
from
January 22, 2024 19:15
3cd94e9 to
bbe1beeCompareArtificialOwl
requested review from
a team, Altahrim, artonge and icewind1991
and removed request for
a teamJanuary 22, 2024 19:20
artonge
approved these changes
Jan 23, 2024
ArtificialOwlforce-pushed
the
enh/noid/improve-index-on-appconfig
branch
from
January 23, 2024 13:03
bbe1bee to
d300919CompareArtificialOwl
requested review from
nickvergessen
and removed request for
nickvergessenJanuary 23, 2024 13:12
Uh oh!
There was an error while loading. Please reload this page.
ArtificialOwlforce-pushed
the
enh/noid/improve-index-on-appconfig
branch
2 times, most recently
from
January 23, 2024 16:35
6615418 to
5ad0674Comparenickvergessen
requested changes
Jan 23, 2024
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ArtificialOwlforce-pushed
the
enh/noid/improve-index-on-appconfig
branch
from
January 24, 2024 20:05
5ad0674 to
3163277CompareMemberAuthor
I have estimated that a full squash+rebase was a lot better as I reverted a lot of code:
tested on
final result on each test: |
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
ArtificialOwlforce-pushed
the
enh/noid/improve-index-on-appconfig
branch
from
January 24, 2024 21:02
3163277 to
8362025Compare8 tasks
nickvergessen
approved these changes
Jan 25, 2024
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
7 tasks
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
follow-up of #42820
appconfig_configkey_keyindex on single field configkey as there is no search on this fieldlazyasTypes::INTEGER(smallint(6)) instead ofTypes::BOOLEANto be able to set it aNotNull(set in 28-rc2)lazy$migrationCompletedthat was needed during the migration from 28 to 29 but not anymore since we generate the (previously) missing fieldslazyandtypein 28lazyduring loadConfig as we already know its valueNote: After some discussion, it seems better to switch
lazyto INTEGER so the field can be set as NotNull (because Oracle)Fixes#43103