You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: