Closed spaduret closed 1 year ago
Thanks for reporting the issue. I will investigate it.
I improved memory consumption in version 2023.2.8. Let me know if the issue still exists.
The issue is still there.
Whenever i use index pattern GET /index*/_search
the Rider is freezing and i see a lot of tasks queued:
In version 2023.2.9, I've fixed an issue with retrieving index mappings multiple times. This should help with freezing problem.
Describe the bug When i build a simple query but
GET
request matching multiple indices (a thousand in my case) theDataGrip
application is running out of memory.Query example:
My best guess is that plugin is trying to grab mapping from all matched indices. In my case all indices have same mapping.
Environment information: