Python Forum
inserting data into sqlite3 database using concurrent futures
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
inserting data into sqlite3 database using concurrent futures
#2
sqlite is actually threadsafe, as long as it was compiled with the default thread safety level. So you could load up what you want to insert in a queue, and have a couple worker threads/processes insert from the queue.

*looks up what concurrent futures are* Oh, that's what you're already talking about doing. Ok nevermind lol
Reply


Messages In This Thread
RE: inserting data into sqlite3 database using concurrent futures - by nilamo - Apr-04-2019, 05:54 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  unable to view sqlite3 database in VSC Editor KatMac 2 5,230 May-27-2021, 05:13 AM
Last Post: buran

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020