naturalness / partycrasher

Automated scalable crash bucketing
http://partycrasher.readthedocs.io/
GNU General Public License v3.0
15 stars 3 forks source link

Alternate data store for buckets #44

Open eddieantonio opened 8 years ago

eddieantonio commented 8 years ago

PartyCrasher has the following main entities:

However, our main datastore, ElasticSearch only directly stores one entity: crash reports; the other entities exist as attributes of crash reports.

This presents a few problems including:

Proposal: would an alternate data store (such as an SQL database) be appropriate, or should we continue storing these entities as attributes of crash reports?

hazelybell commented 8 years ago

I think we should continue storing these entities as crash reports, writing the cardinality query for buckets/projects shouldn't be a big deal.

hazelybell commented 8 years ago

So if we need this eventually then we can use a seperate index