On 12/17/2015 2:04 AM, ??? wrote: > Testing shows that sqlite3_get_table is faster than sqlite3_prepare_v2 and > sqlite3_step together. In fact.
You must be doing something wrong in your test harness. You are likely measuring something other than actual SQLite performance. Show your code. -- Igor Tandetnik