On Mon, Aug 23, 2010 at 5:50 AM, Alexey Pechnikov <[email protected]>wrote:
> Richard, how to set the default value for SQLITE_FCNTL_CHUNK_SIZE? And > is it possible to change this from sqlite3 shell and from tcl > interface? > > There is no way to set the default value - the value must be set anew with each connection. After we gain experience with this setting, and determine (via actual measurement) whether or not it is useful in reducing disk fragmentation, we will consider providing a PRAGMA interface for it. > -- > Best regards, Alexey Pechnikov. > http://pechnikov.tel/ > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

