Switch to streaming queries
authorMatt Corallo <git@bluematt.me>
Sun, 16 Jul 2023 00:37:05 +0000 (00:37 +0000)
committerMatt Corallo <git@bluematt.me>
Sun, 16 Jul 2023 05:58:32 +0000 (05:58 +0000)
In order to use streaming queries we have to use `tokio-postgres`'s
`query_raw` command, rather than `query`. This should reduce our
memory footprint from 10+GB to well under one.


No differences found