Skip to content

Update data_dump to not use select_all #1

@scottillogical

Description

@scottillogical

Right now, for each table this gem does a big select_all

For large tables, this will be very slow.

We can use something like ActiveRecord's find_each instead.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions