MYSQL iterator() streaming hangs randomly
https://orm.drizzle.team/docs/select#iterator
I am trying to stream results using the iterator feature. But the iteration seems to hang randomly after some time. Any idea what could be leading to this or if it can be a bug?
1 Reply
When you say
// query another table
do you actually mean you are querying another table?