Results 1 to 10 of 32

Thread: Database file size

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #15

    Default

    Sorry for two posts in a row, but I suggest the following to the Mezzmo developers, since they'll probably scratch their heads after the issue will be noticed in the future:

    After you guys fix this redundancy/space problem, you will need to keep the existing user data. You probably understand by now that re-compacting a database that has gigabytes in size, will be impossible in the most scenarios, due to space and performance limitations. So here's my most valuable advice for your 4.0 issue-solver code: do not run a VACUUM on a database with gigabytes in size, since it could take like forever. Be smart and create a NEW database file, and copy the existing un-redundant tables and data from the OLD Mezzmo.db file. This will not require the same-as_db-size free space issue.

    I could have done this myself in the script I posted, but since I have no idea what tables or columns you might decide to add in a future scheme, it's basically not something I would risk myself to do. Plus, the database might be updated by the Mezzmo process while the script is still copying data, so yeah... it's your responsability to solve this.
    Last edited by adrian; 01-13-2014 at 08:33 AM.

Similar Threads

  1. Changing Subtitle Color and Size
    By guhorns in forum Mezzmo Questions and Support
    Replies: 5
    Last Post: 07-13-2013, 02:35 PM
  2. TV Icon Size
    By sysv in forum Mezzmo Questions and Support
    Replies: 5
    Last Post: 01-02-2012, 05:19 AM
  3. Render to exact screen size
    By FlyingVguitarist in forum Mezzmo Questions and Support
    Replies: 2
    Last Post: 09-29-2011, 01:43 AM
  4. Video Thumbnail Size on Samsung TV
    By Gus in forum Mezzmo Questions and Support
    Replies: 10
    Last Post: 06-29-2011, 09:53 AM
  5. Size Limitation
    By MPG in forum Mezzmo Questions and Support
    Replies: 2
    Last Post: 11-17-2010, 04:18 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •