Skip to content
Snippets Groups Projects
Commit 8ab4432f authored by Jared Hancock's avatar Jared Hancock
Browse files

orm: Use a new iteration model not requiring caching

This adds a new concept to the ORM iteration mechanisms and allows iterating
over very large queries without caching the records neither in the result
set nor in the model cache. It also implies using the mysqli_query() method
rather than the prepared statement model, as unbuffered queries with the
prepared statement system are much slower.
parent 873616ba
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment