On Thu, Aug 4, 2016 at 5:29 PM, Dominique Devienne <[email protected]> wrote:
> [...] you also force SQLite's SQL parser to parse a huge amount of text. > [...] > OK, maybe not the SQL parser, depends what you write out and the .import mode (I guess, didn't look into the details). But for sure "some" parser (CSV, SQL, or else...) So I'm suggesting to eliminate the text "middle man", and use SQLite directly with native values (ints, strings, blobs, whatever). Of course I assume your program is C/C++, which given your sizes, it better be :). --DD _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

