#190 Engine: Implement 'stream_query' in DatabaseManager

closed high Created 2025-11-30 05:01 · Updated 2025-11-30 05:17

Description

Edit
Current 'db.execute' uses 'fetchall()', materializing entire result sets in memory. Add a 'stream_query' method (returning a generator) to 'engine/db.py' to allow tools to process large datasets row-by-row without memory spikes.

Comments

Loading comments...

Context

Loading context...

Audit History

View All
Loading audit history...