Hi all,

  Executing like query in a transaction. Query works with multiple tables
and table has 1 million records on desktop clients. CPU goes high when
transaction in progress.

   Is there any way to control the CPU without adding sleep statements?

   Is there any alternative solution for like queries? (for ex: delete *
from emp where empname like "%a")

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

Reply via email to