gazelle_plugin icon indicating copy to clipboard operation
gazelle_plugin copied to clipboard

Performance problem with get_json_object

Open jackylee-ch opened this issue 2 years ago • 0 comments

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 avatar Nov 01 '22 12:11 jackylee-ch