On Mon, 2005-04-11 at 11:28 -0400, Jonathan Zdziarski wrote:
> Greetings!
> 
> I couldn't find any information on this via google or sqlite.org, so I'm 
> hoping someone can answer this for me.
> 
> We support SQLite v2.x and v3.x as storage backends in DSPAM. I've had a 
> lot of users complain that they get 'Database Full' errors once their 
> file hits 50MB in size, and so I'm wondering if there's a size 
> limitation I should know about, and if there's any possible workaround. 
> The most recent report of this is running 2.8.16. Will upgrading to 3.0 
> solve their problem?
> 

The size limits on SQLite v2 and v3 are like 4TiB - 2**42 bytes.
There are no 50MB limits.  Indeed, I create databases larger than
50MB on a regular basis.

Are you sure your users are not, in fact, filling up their disk
drives?
-- 
D. Richard Hipp <[EMAIL PROTECTED]>

Reply via email to