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

Streams and BLOB escapes for large databases #14

Open
wants to merge 73 commits into
base: master
Choose a base branch
from

Conversation

BrandonRoehl
Copy link

  • io.Writer for streams
    • Works with go "compress"
  • Partial writes not stored in memory and stream monitoring
  • Singular Data structure
  • Support unquoted numbers
  • Support BLOB dumps
  • Ability to ignore tables
  • SQL string quoting / sanitation
    • Required for BLOBs and JSON
  • Concurrency in dump
    • Speeds up writing to os.File and stream chains

Linking to #13

@alikuru
Copy link

alikuru commented Jun 10, 2019

As far as I can tell from discussions on preceding PR requests, this will also fix #9. Seems like it has been quite some time since this PR is discussed; any ETA on its merge?

Couldn't find any other project that doesn't use mysqldump for backup, would love to see this project moving forward.

@BrandonRoehl
Copy link
Author

There is now an improved version from even this here at jamf/go-mysqldump

@joseluisq
Copy link

joseluisq commented Jan 9, 2020

Any updates on this? Looks like the project is a little asleep.

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

Successfully merging this pull request may close these issues.

5 participants