Skip to content

pgasio::recordset only supports rows of up to 4MB #3

@KayEss

Description

@KayEss

Although record_block has support for setting sizes (as well as a row size hint) the recordset class doesn't make use of this. In practice this means it will fail if a single row is associated with a D message of more than 4MB in size.

The APIs around this probably also need a bit of looking at. It would be nice to be able to recycle the record_block instances as well so we don't need to allocate new ones all the time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions