mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
* 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. |
||
|---|---|---|
| .. | ||
| dataSinkInt.h | ||
| dynqueryctrl.h | ||
| executil.h | ||
| executorimpl.h | ||
| executorInt.h | ||
| groupcache.h | ||
| hashjoin.h | ||
| mergejoin.h | ||
| operator.h | ||
| querytask.h | ||
| streamexecutorInt.h | ||
| tfill.h | ||
| tlinearhash.h | ||
| tsort.h | ||
| virtualtablescan.h | ||