Large disk cache for Ruby dataset, totaling 30GB #15745
Replies: 1 comment
-
Update to original question and also directly related to #15742 A query which is structured like this is stalling on simple datasets and im seeing this in the logs:
This just goes on continuously and takes up disk space for "caching". Im really struggling to understand whats being cached and what the o+n notation means. Its all just really hard to debug. If anyone can help I'd greatly appreciate it. Maybe a CodeQL maintainer who understands this stuff since its all closed source. Also, a very important thing to note is that when I remove |
Beta Was this translation helpful? Give feedback.
-
I ran an analyze command with:
and ended up with a disk cache like this:
Anyone familiar with CodeQL internals that can tell me what the disk cache is even for? I see "intermediate results" mentioned alot but what does that even mean? How did it end up this large when my limit was 2000MB? What do the directories metadata, buckets and pageDump represent?
Beta Was this translation helpful? Give feedback.
All reactions