On Fri, 11 Jun 2010 12:38:55 +0200 Eduardo <[email protected]> wrote:
Opsss, hit send too early > You can also index the blobtable by dirty colum for faster searches, > don't know if index helps on deletes if you use the f1) way. You can use the dirty colum with integers if you need more than 2 states. You can simulate mvcc using this approach too, but you need to modify all your sql before execute. Sorry. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

