Letractively / dotnetkicks

Automatically exported from code.google.com/p/dotnetkicks
1 stars 0 forks source link

Story Cache Improvements #90

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We are currently storing many StoryCollections in the Cache. These lists
contain many duplicate stories and result in a relatively large memory
footprint and out of sync story state.

I am planning on a major refactoring of the cached stories:

 - A story and related data will be stored in one object. (Story, tags,
comments, user kicks)
 - Lists of stories will be stored as List<id> of story ids.

I'll also introduce some caching for the StoryList on the main feed - this
is what gets hit the most.

Original issue reported on code.google.com by gavinjo...@gmail.com on 14 Sep 2007 at 10:39

GoogleCodeExporter commented 9 years ago

Original comment by gavinjo...@gmail.com on 14 Sep 2007 at 10:39