The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

DBIx::DataModel::Schema::ResultAs::Fast_statement - statement with reusable memory for rows

DESCRIPTION

Applies the "make_fast()" in DBIx::DataModel::Doc::Reference method to the current statement. This allocates some fixed memory for storing data rows; as a result, data retrieval through the $statement->next method will be faster, but each row should be "consumed" before fetching the next row.