OllieJones / sqlite-object-cache

A WordPress persistent object cache for the rest of us.
GNU General Public License v2.0
24 stars 4 forks source link

Put the keys in order for add_multiple and set_mutiple #34

Closed OllieJones closed 1 year ago

OllieJones commented 1 year ago

Inserting into tables in index-natural order can reduce SQLite page fragmentation. so order the keys in *_multiple operations that can possibly do inserts.

OllieJones commented 1 year ago

Released in 1.3.4