from table. How can i process all this results slowly?
Aka get 10 rows, process, get another 10 and process and so on...
Is there any way in go to pipe sql query results in golang like its possible in nodejs and postgresql database using
package https://npmjs.org/package/pg-query-stream
>The stream uses a cursor on the server so it efficiently keeps only a low number of rows in memory.
Обсуждают сегодня