The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.