-
Notifications
You must be signed in to change notification settings - Fork 95
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
use activerecord-imports "import"-method #67
base: master
Are you sure you want to change the base?
Conversation
3 similar comments
+1 |
4f823ed
to
98a6d67
Compare
Hey @sunitparekh, is there anything I can do, to get this stuff in? Thanks! |
send pull request
…On Mon, Oct 28, 2019 at 11:11 PM Christoph Wagner ***@***.***> wrote:
Hey @sunitparekh <https://github.com/sunitparekh>,
is there anything I can do, to get this stuff in?
Thanks!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#67?email_source=notifications&email_token=AABLNOQX3BUOSML4XDIZK63QQ4P5DA5CNFSM4FK7DMOKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECNYVDY#issuecomment-547064463>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABLNOQN2ANRJENOLRE6KMDQQ4P5DANCNFSM4FK7DMOA>
.
--
thanks & regards,
*Sunit Parekh*
+91 99237 00662
[email protected]
|
Hi @sunitparekh, I thought this is a pull request or did I miss something? Thanks |
let me rethink about bulk_import.... I need more time to write it with unit tests... meanwhile if you are looking at more performant library of data-anon, please give it a try to https://github.com/dataanon/data-anon (Kotiln/Java version with high performant and batch support) |
Hi there. |
See #66
I know that there are tests missing for the bulk_processing, cause we would need postgresql or mysql in the tests plus the activerecord-import gem (as development_dependency?) and I don't know how a good setup of these things should be done.
I tested the code with my production databases and it works very well.
If
::ActiveRecord::Import
is not defined or bulk_processing is explicitly turned off by settingbulk_process false
at the table definition than nothing changes.