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?
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: