Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在使用 sqlite 3,我需要处理近 100M 的插入...但是稍后插入变得非常慢,可能每 30 秒大约 1 次...
是否有任何其他可以在 Python 中使用的 db 模块即使处理大数据也能快速处理插入?
我对这个速度问题感到非常沮丧......请帮助我,我将不胜感激。
对于这个特定的用例,SQLite 可能不是最好的数据库。我建议使用以下工具(从高到低):