On 31 January 2017 at 17:32, Jan Nijtmans <jan.nijtm...@gmail.com> wrote:

> 2017-01-30 19:37 GMT+01:00 Dan Kennedy:
> > On 01/31/2017 12:48 AM, Nir Paz wrote:
> >> Linux doesn't have that limit, my thought is to change the define of
> >> MAX_PATHNAME, is there a better option?
> >
> > I don't think there is a better way to do that. Define MAX_PATHNAME to
> > something and see how it goes.
> >
> > There is one very subtle problem that we know of:
> >
> >    http://www.sqlite.org/src/artifact/ff1232b3088a3?ln=2771-2775
>
> Well, starting with this commit:
>     <http://www.sqlite.org/src/info/2e8a9ca9d3d6efdd>
> the default page size is now 4096.
>

That only applies to new databases though. The millions of files created
before this change will still use their original page size (unless
explicitly changed via PRAGMA page_size + VACUUM).

-Rowan
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to