Message-ID: From: "davecramer (@davecramer)" To: "pgjdbc/pgjdbc" Date: Thu, 03 Nov 2022 14:37:26 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #2656: Adaptive Fetch doesn't enable ResultSet streaming In-Reply-To: References: List-Id: X-GitHub-Author-Login: davecramer X-GitHub-Comment-Id: 1302212019 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 2656 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/2656#issuecomment-1302212019 Content-Type: text/plain; charset=utf-8 So the issue is that maxResultBuffer=128M over-rides the defaultRowFetchSize. If you remove the maxResultBuffer it should work. This is still a bug, but at least we know what it is now