Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorm2i3k2000
    • CommentTimeSep 18th 2007
     
    How large can the db file grow? I am a licensed user, and I use the tool as a knowledge repository - till now I have probably stored very little, but I have some diagrams in my notes, and my db size is already 15MB - how much can it grow to before there will be problems (reduced speed, db integrity problems?). Also how are images pasted into notes stored? Is it as bitmap or is it compressed?
    • CommentAuthorIsaac
    • CommentTimeNov 5th 2007 edited
     
    The images are stored in the format that you insert them in. It is strongly recommended that users insert images as JPEG files so as to reduce the load and save time. Bitmaps can cause problem as they are stored in an uncompressed format.

    We do not have specific numbers on actual limits of StoneNotes as far as the file size goes... SQLite is the underlying database engine that the NoteStore is based on, and it's file limits are discussed on the SQLite page here: http://www.sqlite.org/limits.html
    The interesting bits are:
    1. Page limit of 32768 bytes
    2. Limit of 1073741823 pages

 

Vanilla is a product of Lussumo. More Information: Documentation, Community Support.