Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(runloop): load service with
route.ws_id
while building routers (…
…#14057) 1. From the perspective of more precise searching for services from `select` API, the route here already has a ws_id, so we should directly search for the service under the specific workspace 2. LMDB has removed all the global query keys (see #14028), if we select services without ws_id, it will search it through all the workspace, which has a performance issue. KAG-6087, KAG-5704
- Loading branch information
5c78fb8
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.
Bazel Build
Docker image available
kong/kong:5c78fb860c5fda1aa40d0b154c4e19944f3ddec8
Artifacts available https://github.com/Kong/kong/actions/runs/12542921415