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

using RGoogleAnalytics with doParallel #31

Open
pedroveloso opened this issue Jun 21, 2016 · 0 comments
Open

using RGoogleAnalytics with doParallel #31

pedroveloso opened this issue Jun 21, 2016 · 0 comments

Comments

@pedroveloso
Copy link

Hi,

I've being running a query that takes too much time because of the wide range concerning the dates [Init(start.date,end.date,..)]. I am also using GetReportData(...,paginate_query=T,split_daywise=T).

In order to reduce the time, I've being trying to run in parallel the same query, changing only the start.date and end.date parameters. I am using the package doParallel on Windows. I am already exporting all the .GlobaEnv and the RGoogleAnalytics package to each new instance of R that is created to each core.

The problem is that this is taking much more time than if I try to run the query without parallelizing it. I couldn't get any results by doing it.

Does any one ever tried to use RGoogleAnalytics in parallel?

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

1 participant