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

Refactor cache #71

Closed
robertodoering opened this issue Jul 31, 2019 · 0 comments
Closed

Refactor cache #71

robertodoering opened this issue Jul 31, 2019 · 0 comments
Labels
enhancement ✨ An improvement of an existing feature
Projects

Comments

@robertodoering
Copy link
Owner

Using a nosql database will improve performance and be allow for migrating to a new version.

Currently duplicate tweets that exist for a user and the home timeline are cached separately.
Instead all tweets should be cached together and only the ids of the home timeline and the user timelines should be cached and used to retrieve the tweets.

@robertodoering robertodoering added the enhancement ✨ An improvement of an existing feature label Jul 31, 2019
@robertodoering robertodoering added this to in progress in harpy Jul 31, 2019
@robertodoering robertodoering moved this from in progress to done in harpy Aug 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ✨ An improvement of an existing feature
Projects
harpy
  
done
Development

No branches or pull requests

1 participant