ThreeSixtyGiving / datastore

A Data Store application for 360Giving
GNU Affero General Public License v3.0
0 stars 1 forks source link

API: Performance Improvement: Remove default sort on Publisher #176

Closed R2ZER0 closed 5 months ago

R2ZER0 commented 7 months ago

The default ordering on Publisher is a factor making the API slow.

Why is this ordering in place? Which views etc require this ordering?

We should do one of:

R2ZER0 commented 5 months ago

Override on a per-view basis for API queries implemented.