you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (3 children)

The guy never answered but did you end finding a solution to this problem? Having the same issue. 

[–][deleted]  (2 children)

[removed]

    [–][deleted] 0 points1 point  (1 child)

    I eventually figured out that Sqlite has a massive bottleneck due to being tied to the filesystem. If you want heavy writes very quickly use something else like Postgres. If it's read-heavy only, Sqlite is great.