I made some changes to Sqlite to stop the automatic type conversions. 
The performance improvement was not significant.  My reason was not to 
avoid the performance overhead but to prevent the use of floating point 
where it would raise precision problems.

My suggestion would be not to worry about manifest typing as a 
perfomance drag.

Dan wrote:
> On Aug 27, 2008, at 4:03 PM, Hardy, Andrew wrote:
> 
> 
>>Is there a performance hit assosiated with manifest typing?
> 
> 
> Yes. No. Possibly. Difficult to tell unless somebody creates
> and optimizes a version of sqlite that does not do manifest
> typing.
> 
> 
>>Is it right that although info on the sqlite site suggests there is an
>>avilable mode that supports strict typring, this is not infact the  
>>case?
> 
> 
> Correct.
> 
> Dan.
> 
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to