Description
When a client frequently scanning for thousands of diffrent columns, the code_cache_hits rate is quite low. Then compilation task is frequently submitted to queue, but the compiler manager thread cannot consumes the queue quick enough. The queue could accumulate tons of entries, each of which retains a copy of schema meta data, so a lot of memeory is consumed for a long time.