Terrible performance in Zend Db PDO_sqlite insert and update queries
问题 I'm having some major issues with my sqlite database performance. I'm using it for storing small amount of data, which should be really fast, but somehow takes way too long. First of all, I create Zend_Db object with factory static method: $this->db = Zend_Db::factory('PDO_SQLITE', $params); Afterwards I run some simple query: $this->db->query($q) And here goes time from logs: 2012-04-26 13:08:06.752855 : UPDATE session SET value ='542M', timeStamp ='1335438486' , type='999', ip ='62.21.30.77