Skip to content

Update data_dump to not use select_all #1

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions