I'm currently working with sqlite 3, and I need to handle nearly 100M inserts... However the insert becomes extremely slow later on, perhaps about 1 every 30 seconds...
Is there any other db module that can be used in Python that handles insert quickly even with large data?
I'm very frustrated over this speed issue... Please help me out and I will greatly appreciate it.