Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Stack Overflow when doing select on too many rows #51

Open
babypandabear3 opened this issue Oct 31, 2022 · 1 comment
Open

Stack Overflow when doing select on too many rows #51

babypandabear3 opened this issue Oct 31, 2022 · 1 comment

Comments

@babypandabear3
Copy link

Hi, thanks for writing this plugin. I'm currently using this to make reporting app for existing postgresql db.

I notice if I use select statement that returns a lot of rows (like thousands-something) I will get stack overflow error and it crashes.
I have written a workaround for this problem by limiting the number of returned record but I just want you to know that there's this problem

Thanks again

@Marzin-bot
Copy link
Owner

Increase the limit TCP max buffer value in project settings, network, Limits.This value is set to 16 in godot 3. I don't believe the problem is with the postgres client.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants