TDengine/source
Jinqing Kuang 2259dbebf7 fix(query)[TS-5487]. Fix slow cleanup of metacahe on exit
- Change the storage structure of the suid-related tagFilter list in the
  metacache to a hash set
- During cleanup on exit, first clear the suid tagFilter list before
  cleaning the LRU cache to avoid excessive overhead.

These modifications ensure that the metacache cleanup process is
efficient and maintains good LRU invalidation performance.
2024-09-26 13:27:24 +08:00
..
client Merge pull request #28070 from taosdata/fix/TS-5473-3.0 2024-09-24 19:21:27 +08:00
common ehn: remove void 2024-09-24 16:08:48 +08:00
dnode fix(query)[TS-5487]. Fix slow cleanup of metacahe on exit 2024-09-26 13:27:24 +08:00
libs Merge pull request #28068 from taosdata/fix/TD-32265 2024-09-25 10:49:11 +08:00
os more change 2024-09-24 16:48:07 +08:00
util Merge pull request #28075 from taosdata/enh/TD-31890-17 2024-09-24 20:17:18 +08:00
CMakeLists.txt