RFC #0203: Unbuffered queriesat 2010-06-04 in Databases, RFCs by friebe (0 comments) Scope of ChangeUnbuffered queries will be supported by a dedicated API. Instead of using rdbms.DBConnection::query() (or any of the insert, update, delete or select methods), the result-only rdbms.DBConnection::open() method will support unbuffered queries. Rationale Incremental row processing to save memory. Read the full RFC here |
|