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

[Question] Data Piping? #29

Open
rnavarro opened this issue Aug 7, 2013 · 2 comments
Open

[Question] Data Piping? #29

rnavarro opened this issue Aug 7, 2013 · 2 comments

Comments

@rnavarro
Copy link

rnavarro commented Aug 7, 2013

Hello,

I wanted to know if it was possible to pipe data from MySQL to NuoDB without having to dump the data to a file and then re-import it. (Essentially saving a step)

Our MySQL database is rather large so this would save a fair amount of time for us in testing.

Thanks!

@DukeNuoDB
Copy link

Yes, with NuoDB 1.2 (released this week) we are offering MySQL data replication via the Tungsten Replicator. Details can be found here: http://dev.nuodb.com/techblog/replicating-mysql-nuodb-using-tungsten-replicator

@rnavarro
Copy link
Author

rnavarro commented Aug 7, 2013

It looks like in that example they are using nuodb-migrator dump and nuodb-migrator load to do the actual data migration.

My question was more along the lines of eliminating the nuodb-migrator dump step and just sending the data over to an empty NuoDB instance rather than writing everything out to a file and reading it back in again.

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

2 participants