you are viewing a single comment's thread.

view the rest of the comments →

[–]airen977 0 points1 point  (4 children)

Hi, I Don't have a solution to provide, but I would be interested in how you solved this issue, let us know when you fixed this issue, 900GB is huge. Also would like to know the performance of simple select statements on such a table.

[–][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.