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

ActiveRecord Where clause for table. #41

Open
zdrummond opened this issue Nov 30, 2016 · 2 comments
Open

ActiveRecord Where clause for table. #41

zdrummond opened this issue Nov 30, 2016 · 2 comments

Comments

@zdrummond
Copy link

First off, great tool! Thanks for all the work.

I do have some big tables, and was hoping that continue would do a good job speeding things up. But it seems like you grab every record from the source anyway?

So I was thinking, if you could add a where clause to the table definition, it could really speed things up by only retrieving the data you need to transform.

@sunitparekh
Copy link
Owner

👍 good idea and let me see when I can do it :-)

@sunitparekh
Copy link
Owner

I am working on porting this tool to Java/Kotlin for better performance. If you want to give it a try for early version you can find it here...
https://github.com/dataanon/data-anon
Sample project https://github.com/dataanon/dataanon-kotlin-sample

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