Mercurial > p > roundup > code
diff CHANGES.txt @ 6332:6a6b4651be1f
Use server-side cursor for postgres in some cases
In filter, filter_iter, and _materialize_multilinks, use named cursor
with postgresql. This turns of client-side cursor handling and avoids
*large* roundup process (or wsgi process) in case of large results.
Fixes issue2551114.
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Thu, 04 Mar 2021 12:55:21 +0100 |
| parents | 6dabae8da31a |
| children | 6f89cdc7c938 |
line wrap: on
line diff
--- a/CHANGES.txt Tue Mar 02 12:43:19 2021 -0500 +++ b/CHANGES.txt Thu Mar 04 12:55:21 2021 +0100 @@ -66,6 +66,10 @@ - in rest interface, fix uncaught exceptions when parsing invalid Content-Type and Accept headers. Document response formats more fully in doc/rest.txt. +- in filter, filter_iter and _materialize_multilinks, use named cursor + with postgresql. This turns of client-side cursor handling and avoids + *large* roundup process (or wsgi process) in case of large results. + Fixes issue2551114. Features: - issue2550522 - Add 'filter' command to command-line
