okfn / ckanext-lacounts

CKAN extension for the LA Counts project
GNU Affero General Public License v3.0
8 stars 5 forks source link

Optimize counting publishers per type #154

Open roll opened 5 years ago

roll commented 5 years ago

Overview

For now, we do 1 request per publisher.

https://github.com/okfn/ckanext-lacounts/pull/151

roll commented 5 years ago

If needed we can re-write this function - https://github.com/okfn/ckanext-lacounts/blob/master/ckanext/lacounts/helpers.py#L321 - using database calls