Re: [Haskell-cafe] strange performance issue with takusen 0.8.3

2009-04-07 Thread Marko Schütz
Dear Alistair, At Tue, 7 Apr 2009 11:23:24 +0100, Alistair Bayley wrote: > > 2009/4/6 Marko Schütz : > > > > I have an application where some simple data extracted from some > > source files is inserted into a PostgreSQL database. The application > > uses Takusen and is compiled with GHC 6.8.3. S

Re: [Haskell-cafe] strange performance issue with takusen 0.8.3

2009-04-07 Thread Alistair Bayley
2009/4/6 Marko Schütz : > > I have an application where some simple data extracted from some > source files is inserted into a PostgreSQL database. The application > uses Takusen and is compiled with GHC 6.8.3. Some (59 in the test > data) of the selects take on average 460ms each for a total time

[Haskell-cafe] strange performance issue with takusen 0.8.3

2009-04-06 Thread Marko Schütz
Dear All, I have an application where some simple data extracted from some source files is inserted into a PostgreSQL database. The application uses Takusen and is compiled with GHC 6.8.3. Some (59 in the test data) of the selects take on average 460ms each for a total time for this sample run of