Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Performance problem with get_json_object #1155

Open
jackylee-ch opened this issue Nov 1, 2022 · 0 comments
Open

Performance problem with get_json_object #1155

jackylee-ch opened this issue Nov 1, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@jackylee-ch
Copy link
Contributor

Describe the bug
We meet this problem in a long running application. When the queries, which contains get_json_object in Project or Filter, has been run multiple times, we find the performance is severely degraded. The flame graph shows that there is a problem of multi-threaded contention for locks, and the problem disappears when there is only one thread in executor.
image

@jackylee-ch jackylee-ch added the bug Something isn't working label Nov 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant