Skip to content

Disable server-side prepare when not needed #21

@rjuju

Description

@rjuju

DBD::Pg uses server side prepared statements by default (parameter pg_server_prepare = 1).

Since connections are very short-lived, prepared statements do not bring anything for one time queries.

We should set this parameter to 0, and manually set it to 1 where it matters (ex: loop over graphs in graph#data)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions