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

Change Pre-Fetch Behaviour #23

Merged
merged 11 commits into from
Dec 6, 2024
Merged

Change Pre-Fetch Behaviour #23

merged 11 commits into from
Dec 6, 2024

Conversation

byjg
Copy link
Owner

@byjg byjg commented Dec 6, 2024

The Default pre-fetch was 50 records and it isn't configurable.

On queries results with long field content, it can get the memory exhausted when was pre-fetching 50 records.

This change disable the preFetch by default, and allow customize how much will be pre-fetched.

byjg added 6 commits October 29, 2024 14:48
Minium PHP Version 8.1
On queries results with long field content, it can get the memory exhausted when was pre-fetching 50 records
On queries results with long field content, it can get the memory exhausted when was pre-fetching 50 records
On queries results with long field content, it can get the memory exhausted when was pre-fetching 50 records
Add SqlStatement object
@byjg byjg changed the base branch from master to 5.0 December 6, 2024 16:05
@byjg byjg merged commit 6b62f71 into 5.0 Dec 6, 2024
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

Successfully merging this pull request may close these issues.

1 participant