Re: [sqlite] Commit ad601c7962 degrade performance in a client program

2017-01-05 Thread Don V Nielsen
I loved this remark posted in the bugzilla chain: "(... Fossil? where do people find these version control systems?)" On Thu, Jan 5, 2017 at 2:09 AM, Richard Hipp wrote: > On 1/3/17, Jianxun Zhang wrote: >> I am working in Yocto project. We have

Re: [sqlite] Commit ad601c7962 degrade performance in a client program

2017-01-05 Thread Richard Hipp
On 1/3/17, Jianxun Zhang wrote: > I am working in Yocto project. We have a fake-root program “pseudo” that > uses sqlite3 at a step when building Yocto images. We found a 2% increase of > the whole build time, and my bisecting shows the ad601c7962 in sqlite3 is >

Re: [sqlite] Commit ad601c7962 degrade performance in a client program

2017-01-05 Thread Patrick Ohly
On Tue, 2017-01-03 at 17:49 -0800, Jianxun Zhang wrote: > I am working in Yocto project. We have a fake-root program “pseudo” > that uses sqlite3 at a step when building Yocto images. We found a 2% > increase of the whole build time, and my bisecting shows the > ad601c7962 in sqlite3 is the root

[sqlite] Commit ad601c7962 degrade performance in a client program

2017-01-05 Thread Jianxun Zhang
I am working in Yocto project. We have a fake-root program “pseudo” that uses sqlite3 at a step when building Yocto images. We found a 2% increase of the whole build time, and my bisecting shows the ad601c7962 in sqlite3 is the root cause. Basically, the sqlite3 library is built first from a