SQLite + FTS (full text search)

Rustom Mody rustompmody at gmail.com
Thu Jan 23 10:23:47 EST 2014


On Thursday, January 23, 2014 7:09:08 PM UTC+5:30, Mark Lawrence wrote:
> On 23/01/2014 13:24, Asaf Las wrote:
> > It is compile time option.
> > http://www.sqlite.org/compile.html#enable_fts3
> > you have to build it with this option enabled.

> As an option can be represented in a single bit then presumably the 
> Windows msi file only needs an extra bit to allow for this, or have I 
> missed something?  While I'm at it what is this "compile time" thingy, 
> being on Windows I'm not used to seeing such terminology?

On intel processors, in the cr0 register there is a bit called the PE
(protection enable) bit.
Turn it off and you have 1M memory
Turn it on and you will have GBs and more.

A wee little bit more than a single bit dont you think? :D



More information about the Python-list mailing list