On Wed, Feb 9, 2011 at 12:55 PM, Gabriel Hurley wrote:
> Russ' points on number 3 are very interesting. Regarding multi-read/write
> There are a number of places throughout the code where DB operations scale
> linearly when they could be constant (in terms of queries). As for
> multi-reads, at so
Hey Russell
On Wed, Feb 9, 2011 at 12:00 PM, Russell Keith-Magee <
russ...@keith-magee.com> wrote:
>
> > I want
> >
> > FullProfile.objects.use_memcache().get(pk=123)
> >
> > to ask memcache first and then if object is not cached there, to fetch
> the
> > object from DB.
> >
> > Also there will be
Dear Developers,
My name is Bogdan Yakovenko and I'm a graduate student in Warsaw University,
Poland. I have recently completed my internship at Facebook inc and
currently thinking about writing my master thesis. I realized it would be
great to contribute some cool ideas to django projec