Firefox/Projects/App-wide Database Vacuum

From MozillaWiki
< Firefox‎ | Projects
Revision as of 21:49, 1 July 2009 by Dietrich (talk | contribs) (Created page with '= Overview = '''Sprint lead:''' YOURNAMEHERE <br/> '''Sprinters:''' ;Description :Periodically vacuum SQLite databases created by Firefox. = Goals / Use Cases = * Definitivel...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

Sprint lead: YOURNAMEHERE
Sprinters:

Description
Periodically vacuum SQLite databases created by Firefox.

Goals / Use Cases

  • Definitively determine if there's a performance benefit to vacuuming.
  • Vacuum in an unobtrusive manner that does not interrupt the user.
  • OPTIONAL: Expose a chrome-space function for triggering vacuum that can be called from the console.

Non Goals

  • Add a UI component for manually triggering vacuum.

Design

Bugs