Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Neo4j ETL tool struggles with large datamodels #77

Open
beslu opened this issue Jan 31, 2021 · 0 comments
Open

Neo4j ETL tool struggles with large datamodels #77

beslu opened this issue Jan 31, 2021 · 0 comments

Comments

@beslu
Copy link

beslu commented Jan 31, 2021

Hi, I have tried to use the ETL tool (1.5.1) to create a mapping to our legacy system running on Oracle db.
The seems to be that the ETL tool tries to analyze every table and relations/constraints in the database that has 800+ tables and countless constraints.

The analyze process times runsfor a long time then produce no tables or relations.result. I think it would be sensible to break up the analyze part into several steps; list tables in the schema, let user select which tables to proceed with and then do the full depth relational analyze on the selected tables!

I would hope that when a mapping is created for a database, I could reuse the mapping for other identical databases that have a different name. We have many databases that have the same datamodel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant