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 -

python - How to return the most similar word from a list of words? -

apache - GeoServer under https -