ACRA / acralyzer

Open source backend for ACRA reports.
GNU General Public License v3.0
489 stars 90 forks source link

Bugs are keyed by a hash on the server #64

Closed davcamer closed 10 years ago

davcamer commented 10 years ago

This simplifies code dealing with previously compound keys. It easily allows single bugs to be retrieved directly. It makes the 'resolved' documents smaller.

In the storage database view indexing is faster and smaller.

This is required to work with acra-storage PR #6

davcamer commented 10 years ago

We made several more changes in scaling up to handle millions of reports. As we originally made the changes they are a bit scattershot. I'm taking time to organize them in to sensible chunks. This is the first chunk.

halkeye commented 10 years ago

Btw, this merge request doesn't pass the linting (jshint)

davcamer commented 10 years ago

Thanks halkeye! I was completely overlooking that there was a jshint step in the build. I'll fix and re-issue.