Skip to content

Exporting data from one table loops through all tables in schema #54

Description

@tgrginnuodb

$ bin/nuodb-migration dump --source.driver=com.nuodb.jdbc.Driver
--source.url=jdbc:com.nuodb://localhost/test
--source.username=
--source.schema=hockey --table=hockey --table.hockey.filter=id<>25
--output.path=/tmp/dump.cat --output.type=bson
will go through ALL tables in hockey issuing metadata query before reaching table=hockey.

In my case (~50k atoms) migrator does not reach desired table not after hours of running because it is extracting structure for each table in schema rendering migrator useless.

Suggested fix: SKIP over tables with TABLENAME <> --table.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions