-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
perf(lmdb): remove the key with global workspace id * #14028
Conversation
8c7372b
to
372553f
Compare
193f5b4
to
2e9a2ff
Compare
cherry-pick will fail, so i file one cherry-pick pr: https://github.com/Kong/kong-ee/pull/10965 (cases passed |
Cherry-pick failed for Please cherry-pick the changes locally. git remote add upstream https://github.com/kong/kong-ee
git fetch upstream master
git worktree add -d .worktree/cherry-pick-14028-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-14028-to-master-to-upstream
git checkout -b cherry-pick-14028-to-master-to-upstream
ancref=$(git merge-base f7f7a2349ecc96b505a6f3dac7f4e8fae84d004f 2d3f89245e7d2eb5f21b985d9389f934f12aef30)
git cherry-pick -x $ancref..2d3f89245e7d2eb5f21b985d9389f934f12aef30 |
manual cherry-pick https://github.com/Kong/kong-ee/pull/10965 |
Summary
select()
API without providing the specific workspace idChecklist
changelog/unreleased/kong
orskip-changelog
label added on PR if changelog is unnecessary. README.mdIssue reference
Fix KAG-5704