Living-with-machines / lwmdb

A django-based library for managing the Living with Machines newspapers metadata database schema
https://living-with-machines.github.io/lwmdb/
MIT License
2 stars 0 forks source link

Optimise title truncation #117

Open griff-rees opened 1 year ago

griff-rees commented 1 year ago

The callable_on_chunk function in lwmdb.utils could be improved by one or more of the following:

griff-rees commented 1 year ago

Feature provided in #170 is an example of using bulk_update and could be general enough to apply here.