TDengine/source/libs/executor
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
..
inc fix: remove queryBufferSize and cacheLazyLoadThreshold in code and docs (#35176) 2026-04-20 17:42:14 +08:00
src fix: remove queryBufferSize and cacheLazyLoadThreshold in code and docs (#35176) 2026-04-20 17:42:14 +08:00
test enh: explain (#34764) 2026-03-20 10:08:49 +08:00
CMakeLists.txt feat: new stream (#31678) 2025-07-16 14:42:16 +08:00