Skip to content

DuckDB memory limit configuration #319

@james-cockayne

Description

@james-cockayne

Hi,

We would like to be able to configure a memory limit when connecting to a DuckDB database.

We use DatabaseConnector during our DataQualityDashboard process and have found that for larger database we run out of memory.

This could perhaps be done outside of this repository by taking the connection and manually running the set memory_limit statement, but I feel it would be a sensible place to do it. It would also then mirror other database driver libraries that allow you to set these kinds of options on a connection string.

James

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