Re: [sqlite] SQLITE_ENABLE_STAT3/4 causing expensive statement recompilation

2013-12-12 Thread Dominique Devienne
On Thu, Dec 12, 2013 at 4:19 PM, Richard Hipp wrote: > On Wed, Dec 11, 2013 at 3:00 PM, Nick Hutchinson >wrote: > > > I ran my test app under Visual Studio's profiler, and saw that a > > substantial amount of time is spent in calls to

Re: [sqlite] SQLITE_ENABLE_STAT3/4 causing expensive statement recompilation

2013-12-12 Thread Richard Hipp
On Wed, Dec 11, 2013 at 3:00 PM, Nick Hutchinson wrote: > I ran my test app under Visual Studio's profiler, and saw that a > substantial amount of time is spent in calls to sqlite3Reprepare(). Reading > the docs at http://www.sqlite.org/c3ref/prepare.html, I assume

[sqlite] ANN: SQLite Data Wizard 13.12 released

2013-12-12 Thread SQL Maestro Group
Hi! SQL Maestro Group announces the release of SQLite Data Wizard 13.12, a powerful Windows GUI solution for SQLite data management. The new version is immediately available at http://www.sqlmaestro.com/products/sqlite/datawizard/ SQLite Data Wizard provides you with a number of easy-to-use

Re: [sqlite] minor typo in documentation - missing "is"

2013-12-12 Thread Richard Hipp
Thanks. http://www.sqlite.org/docsrc/info/200941601a On Wed, Dec 11, 2013 at 1:23 PM, Jeff Widman wrote: > https://www.sqlite.org/queryplanner.html > > Current: *Then in general the cost of doing the query proportional to > (K+1)*logN.* > > Suggested fix: *Then in general

[sqlite] minor typo in documentation - missing "is"

2013-12-12 Thread Jeff Widman
https://www.sqlite.org/queryplanner.html Current: *Then in general the cost of doing the query proportional to (K+1)*logN.* Suggested fix: *Then in general the cost of doing the query is proportional to (K+1)*logN.* -- Jeff Widman 740-WIDMAN-J (943-6265)