large databases in sqlite - file size considerations?

Posted by Gj on Stack Overflow See other posts from Stack Overflow or by Gj
Published on 2010-06-14T03:45:43Z Indexed on 2010/06/14 3:52 UTC
Read the original article Hit count: 206

Filed under:
|
|

I'm using a sqlite db which is very convenient and seems to meet all of my needs at this point.

Currently my db size is <50MB, but I now need to add a new table which will store large text blobs, which will cause the db to reach up to 5GB within the next year.

Would sqlite be able to deal with a 5GB db size? Any caveats to that, compared with say mysql?

© Stack Overflow or respective owner

Related posts about database

Related posts about sqlite