-
Notifications
You must be signed in to change notification settings - Fork 11
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 event_id as ID where possible #52
Comments
I think that is definitely worthwhile. I didn't realize Mongo was trying to On Mon, Feb 1, 2016 at 9:29 AM Liam [email protected] wrote:
|
I just came across a few event objects missing an |
The |
This just occured to me. The pre-2015 events (in the
timeline
directory) don't have event_id attributes. However, the new ones all do. Maybe I could replace the MongoDB_id
attribute with event_id for the post-2015 events. Dropping that index would likely result in a huge increase in insert performance, which we really need. Right now there are 4 indexes on that collection, and not being able to fit them in memory is what really slows things to a crawl.Thoughts, @joshjordan ?
The text was updated successfully, but these errors were encountered: