Ghost/ghost/core/test/e2e-api
Fabien "egg" O'Carroll db488b4124 Optimised the storage of collection posts relations
refs https://github.com/TryGhost/Arch/issues/95

Rather than a big nested loop to reconcile the in-memory vs. persisted
PostCollections we can instead use the events to know which rows we have to
delete and which we have to insert. This removes a tonne of work.

This implementation isn't perfect, and misses cases where the same post is
added and removed, our use-cases don't currently support that however.
2023-09-22 18:32:17 +07:00
..
admin Optimised the storage of collection posts relations 2023-09-22 18:32:17 +07:00
content Added stats to recommendations endpoints 2023-09-15 15:57:27 +02:00
members Disabled one-click subscribe when Portal checkbox is required (#18252) 2023-09-20 15:35:10 +00:00
members-comments Updated to use assert/strict everywhere (#17047) 2023-06-21 09:56:59 +01:00
shared Disabled one-click subscribe when Portal checkbox is required (#18252) 2023-09-20 15:35:10 +00:00
webmentions Updated to use assert/strict everywhere (#17047) 2023-06-21 09:56:59 +01:00