TDengine/source/dnode
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
..
mgmt Merge pull request #27980 from taosdata/enh/addMemReturnOfIndex 2024-09-24 17:11:16 +08:00
mnode Merge pull request #27991 from taosdata/fix/TD-31891-remove-void-sync1 2024-09-24 08:50:07 +08:00
qnode make it compile 2024-07-24 14:41:45 +08:00
snode enh: clear more asserts 2024-08-26 16:56:48 +08:00
vnode fix(query)[TS-5487]. Fix slow cleanup of metacahe on exit 2024-09-26 13:27:24 +08:00
CMakeLists.txt