Skip to content
  • Jared Hancock's avatar
    8ab4432f
    orm: Use a new iteration model not requiring caching · 8ab4432f
    Jared Hancock authored
    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.
    8ab4432f
    orm: Use a new iteration model not requiring caching
    Jared Hancock authored
    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.
Loading