Changes

Jump to: navigation, search

Breakpad/Design/Database

1,179 bytes added, 15:12, 16 March 2007
Separate database requirements from the main breakpad design doc
'''[[Breakpad/Design|« back to Breakpad design page]]'''

= Breakpad Database =

* Use MySQL, like everything else (we should revisit this, as it may NOT be the right choice --morgamic)
* Define schema that works well with current query/reporting needs
** [need to dig up all common queries - jay]
* The schema now accounts for the following kinds of information
** individual minidump records
** product/OS/buildid information
** control information used to "register" an incoming minidump and monitor/track/control its progress though all the stages from being transfered from the client until it is fully collected and processed on the server and available for reporting and analysis.
* using the same database and schema for the minidump data and also for control over the processing of the minidumps has created problems in the past. when coruption is introduced, database performance problems crop up, or maintenance is required to manage the collection of minidumps, the processing of incoming minidumps is hindered and we start into a downward spiral of compounding problems. We should do some thinking to see if there are ways to improve on the existing design.
Confirm, emeritus
1,217
edits

Navigation menu