database - Commit data in sqlite3 python -


hi have silly question, want sure. have created database based on sqlite3. trigger commit() after 1000k operations not have disk i/o. when seek data on database, select query search in database file or check uncommited data ?

thanks.

transactions allow isolation , atomicty regarding other users of database. changes make visible in own connection immediately.


Comments

Popular posts from this blog

android - Automated my builds -

ruby on rails - Difference between "Redmine on Heroku" and "Installing Redmine" documentation -

apache - GeoServer under https -