Julius
04/25/2024, 9:34 PMSELECT * FROM users;
and consuming that as a flow, but I'm a little worried about memory usage.
Can I somehow use the flow emission without loading the emitted data into memory?Derek Ellis
04/25/2024, 10:10 PMSELECT count(*) FROM users;
Julius
04/25/2024, 11:04 PM