Message286087
> 1. Should we add the VACUUM with a explicit commit? Maybe there should
> be an implicit commit before VACUUM?
VACUUM is often an expensive operation so I think people should need to explicitly handle it anyway.
> 2. Should a SELECT start a transaction? I think it should according to
> PEP 249. There is a open issue on the case (#9924). Should we just
> change this on this patch?
Let's discuss that in issue 9924 :) Last time I look at it there was some backward compatibility concern so we might able to fix it only in 3.7. |
|
Date |
User |
Action |
Args |
2017-01-23 14:10:53 | berker.peksag | set | recipients:
+ berker.peksag, ghaering, jaraco, ned.deily, r.david.murray, socketpair, serhiy.storchaka, malin, xiang.zhang, palaviv, Big Stone, fschulze, callidomus |
2017-01-23 14:10:53 | berker.peksag | set | messageid: <1485180653.66.0.0433354160045.issue28518@psf.upfronthosting.co.za> |
2017-01-23 14:10:53 | berker.peksag | link | issue28518 messages |
2017-01-23 14:10:53 | berker.peksag | create | |
|