Skip to content

Review which data we ingest from onionperf files

When we started ingesting onionperf json files we decided to take the approach to ingest everything so that if we wanted we could regenerate the json out of the database table. That is probably not the best approach as it makes the data difficult to query and use.

We should review what data we want to store in the DB and if it makes sense to have maybe different tables instead.