Subject Re: Why it's soo slow ? it's just a very simple select ...
Author nathanelrick
> Good advice, though if the transaction is read only and read committed (which doesn't block garbage collection), transaction pooling might be useful (I've never checked).

yes, only the "read only" transaction are pooled ... the speed go up by 200% in some case. write transaction are open and close asap