-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Large memory usage (support for unbuffered queries) #318
Comments
ok, seems a PDO thing... https://www.php.net/manual/en/mysqlinfo.concepts.buffering.php is there a chance to offer such feature for snowflake PDO.... since it mainly contains large datasets |
Also running into this issue. With MySQL you can do |
With postgres , it is possible to use |
hi - apologies for leaving this unattended for so long, we're changing that going forward. we'll consider this enhancement request and i'll keep this thread posted on the progress, if any. |
yea, that is what we are doing, but is a query takes a large time to complete, running it multiple times with |
What version of PDO/PHP driver are you using?
PHP 8.2, Snowflake pdo 1.2.6
What operating system and processor architecture are you using?
Debian buster
What version of C/C++ compiler are you using?
gcc version 8.3.0 (Debian 8.3.0-6)
What did you do?
What did you expect to see?
PHP as expected reported a very low memory usage (~8mb) but the total memory used by the process peaked at 2gb
(reported by
top
asVIRT
).My guess that the memory is used (and not released?) for the data buffering/transfer by the php extension.
Can you set logging to DEBUG and collect the logs?
What is your Snowflake account identifier, if any? (Optional)
gqa33272
The text was updated successfully, but these errors were encountered: