Skip to content
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

result set greater than PHP memory limit #22

Open
deuspayne opened this issue Sep 25, 2014 · 0 comments
Open

result set greater than PHP memory limit #22

deuspayne opened this issue Sep 25, 2014 · 0 comments

Comments

@deuspayne
Copy link

When getting a result set that is larger than the PHP limit, the result_object method tries to build the array of the entire result set, causing it to error out. I need to iterate over the results and deal with each bit of data individually instead of a complete array, but can't due to the fact that the cursor is protected.

Additionally, the idea that you iterate over the cursor to build an array, so that I can then iterate over the array seems a bit like you're doubling the run time.

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

No branches or pull requests

1 participant