A query with SELECT clause is pretty fast in SQLite and the loading part as well I guess. If there are many rows, a query with UPDATE/INSERT clause will be kind of slow but there're few ways of improving it - and that by using synchronous to off and prepared statements (SQLite Improved).