-
Notifications
You must be signed in to change notification settings - Fork 13
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
overly sized ebird data #13
Comments
Same thing happened to me. Not enough space to do this assignment on my computer or my roomates'. Going to take the grade hit on this one, we all gave it a fair share of effort. |
Make sure you give your VM a hunk of memory if you have it. As far as converting the data goes, you also need to pay attention to things like spatial locality etc, or you will just constantly evicting blocks from cache, and doing too many memory reads. |
Can't allocate more memory since neither Peyman nor I are in a VM. Natively Dawson Botsford Dawson Botsford | *Co-Founder HackCU [image: Facebook] https://www.facebook.com/dawson.botsford [image: On Sun, Nov 9, 2014 at 6:29 PM, Ian Ker-Seymer [email protected]
|
It took me 50 minutes to import the data in the MongoDB. I think it would've been more productive and efficient if the size of the file was more reasonable considering that we need do these things on our laptops not on servers capable of handling real big data tasks.
The text was updated successfully, but these errors were encountered: