codeigniter4/settings

Feature: Bulk handling

MGatner opened this issue · 1 comments

Performance-wise it would be a good idea to implement some bulk handling, so multiple settings can be retrieved with e.g. a single database call. For storage this might mean deferred writes, which shouldn't be too hard since we already use a local store.

Agreed. I wasn't going to let this hold up a 1.0 release, though. We already limit the queries to a single read so keep performance strong there.