Re: [Haskell-cafe] Using Takusen is a real intellectual challenge

2009-05-04 Thread David Leimbach
O-kay? On Mon, May 4, 2009 at 5:00 PM, Gü?nther Schmidt wrote: > Hi, > > well I'm *trying* to use Takusen to export from one database into the > other. > I'm using Takusen for this so that I can guarantee that during the export > not a single huge result is assembled (possibly in memory)

[Haskell-cafe] Using Takusen is a real intellectual challenge

2009-05-04 Thread Gü?nther Schmidt
Hi, well I'm *trying* to use Takusen to export from one database into the other. I'm using Takusen for this so that I can guarantee that during the export not a single huge result is assembled (possibly in memory) and then insert in one lump into the second database. Trying to figure out how