wevote / WeVoteServer

We Vote's API application server written in Django/Python. Election data pulled from many sources, used by https://github.com/wevote/WebApp and https://github.com/wevote/WeVoteCordova and https://github.com/wevote/Campaigns.
https://api.wevoteusa.org
MIT License
50 stars 413 forks source link

Added new field indices based on speed logs in New Relic, including many many we_vote_id fields. Realized that queries against 'analytics' are currently going to main database, so I converted to 'readonly' but left a comment reference to 'analytics' so we can have an 'analytics-readonly' in the future. #2612

Closed DaleMcGrew closed 1 month ago

DaleMcGrew commented 1 month ago

Added new field indices based on speed logs in New Relic, including many many we_vote_id fields. Realized that queries against 'analytics' are currently going to main database, so I converted to 'readonly' but left a comment reference to 'analytics' so we can have an 'analytics-readonly' in the future.