TDengine/source/libs/executor/inc
Pan Wei 4bd8dfe637
fix: remove queryBufferSize and cacheLazyLoadThreshold in code and docs (#35176)
* docs: remove queryBufferSize configuration description

* refactor: remove deprecated queryBufferSize and cacheLazyLoadThreshold configs

Both configs were dead code with no actual effect:
- queryBufferSize/tsQueryBufferSize/tsQueryBufferSizeBytes: explicitly
  documented as 'not effective yet'; checkForQueryBuf/releaseQueryBuf
  were defined but never called anywhere
- tsCacheLazyLoadThreshold/cacheLazyLoadThreshold: registered and read
  from config but never referenced in any business logic

Remove variable declarations, definitions, config registrations, config
loading, associated functions, cfg file examples, docs, and test entries.
2026-04-20 17:42:14 +08:00
..
dataSinkInt.h feat: new stream (#31678) 2025-07-16 14:42:16 +08:00
dynqueryctrl.h enh: [6690002267] Optimize virtual table query with plenty of columns. (#34341) 2026-02-02 17:27:02 +08:00
executil.h feat(query): support external windows (#34933) 2026-03-29 09:38:08 +08:00
executorimpl.h other: remove empty files. 2023-05-19 09:12:16 +08:00
executorInt.h fix: remove queryBufferSize and cacheLazyLoadThreshold in code and docs (#35176) 2026-04-20 17:42:14 +08:00
groupcache.h feat: support customized taos/taosd (#29736) 2025-03-14 13:32:13 +08:00
hashjoin.h enh: [6690002267] Optimize virtual table query with plenty of columns. (#34341) 2026-02-02 17:27:02 +08:00
mergejoin.h enh: [6690002267] Optimize virtual table query with plenty of columns. (#34341) 2026-02-02 17:27:02 +08:00
operator.h feat(query): support external windows (#34933) 2026-03-29 09:38:08 +08:00
querytask.h feat(query): support external windows (#34933) 2026-03-29 09:38:08 +08:00
streamexecutorInt.h opti(stream): remove old logic of stream (#34642) 2026-03-12 09:11:00 +08:00
tfill.h feat: support surrounding time for fill (#34414) 2026-02-05 11:33:28 +08:00
tlinearhash.h more format 2022-10-13 13:41:36 +08:00
tsort.h feat(query): support external windows (#34933) 2026-03-29 09:38:08 +08:00
virtualtablescan.h feat:[TS-4897] virtual table (#30098) 2025-03-15 14:10:46 +08:00