Iam new to developing HTML5 applications. In this I want to insert 1000\'s of records into sqlite database using HTML5. This process is very slow. How to use BEGIN/COMMIT be
You're starting 1000 transactions. Committing a transaction is slow because it is linked to hard drive speed. See this