Eric Gerlach on 4 Feb 2002 02:03:39 -0000


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

spoon-discuss: Re: spoon-business: nweek 6 results


At 10:47 AM 2002-02-03 +0000, you wrote:
(Anyone who can think of a clever way to pre-cache this sort of thing is
heartily encouraged to speak up.)

What DB back end are you using?? If it's MySQL (recent version) you could use pconnects, then create a temp table and dump the data into there on the first query of each nweek. (Or heck, just do it on a per day basis.) That should cover you.

Eric