Re: [Haskell-cafe] MongoDB single insertions super slow

2013-08-18 Thread Carter Schonwald
Have you contacted the maintainer? I believe that the Haskell mongodb driver is maintained by someone at 10gen? (Or at least at some point was ) Without spending time looking at the mongo driver, it's hard to know. On Aug 18, 2013 3:58 PM, "Kyle Hanson" wrote: > I am trying to write a simple ben

[Haskell-cafe] MongoDB single insertions super slow

2013-08-18 Thread Kyle Hanson
I am trying to write a simple benchmark of testing 1000 single inserts in mongodb, but doing single insertions is super slow. It takes nearly 40 seconds to perform these operations with the haskell mongodb driver, but under a second to perform the same number of operations of single inserts in pyth