On 14/10/2012 2:26 PM, Pavel Ivanov wrote:
What kind of interpreter does the query executor uses? How important is the
interpreter's speed, to SQLite's speed ?
SQLite doesn't have interpreter, it has parser. I guess this makes the
rest of your email inapplicable.
Umm... yes it does. http://www.sqlite.org/vdbe.html

For the OP's question, it's very efficient compared to what I've seen in, say, postgres, but I don't know how it would compare to something like python or ruby.

Ryan

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

Reply via email to