My code actually sets this to 2048, but it doesn't appear to stick (or get 
used).  I am just setting using the PRAGMA command (same as I am now doing the 
max_page_count).  Could this be an issue with an older copy of the Encryption 
package?  I have not updated yet - am in the middle of other work.

Andrew Stewart
Software Designer

Argus Control Systems Ltd.
Tel: (604) 536-9100 ext. 108

astew...@arguscontrols.com

#101 - 18445 53rd Avenue | Surrey BC | CANADA | V3S 7A4
(604) 538-3531 | (800) 667-2090 | Fax (604) 538-4728
www.arguscontrols.com

-----Original Message-----
From: sqlite-users [mailto:sqlite-users-boun...@mailinglists.sqlite.org] On 
Behalf Of Richard Hipp
Sent: Wednesday, November 15, 2017 7:18 AM
To: SQLite mailing list <sqlite-users@mailinglists.sqlite.org>
Subject: Re: [sqlite] 1TB limit on encrypted database

On 11/15/17, Andrew Stewart <astew...@arguscontrols.com> wrote:
> Thanks.  This has worked.

Temporarily.  You cannot increase the max_page_count above 2147483646, so if 
your database continues to grow, you are going to need to look into increasing 
the page size from 1024 to something larger like 8192.

--
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
Notice: This electronic transmission contains confidential information, 
intended only for the person(s) named above. If you are not the intended 
recipient, you are hereby notified that any disclosure, copying, distribution, 
or any other use of this email is strictly prohibited. If you have received 
this transmission by error, please notify us immediately by return email and 
destroy the original transmission immediately and all copies thereof.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to