gnu-social/plugins/ActivityPub/classes
Alexei Sorokin 92e8c40c55 [DATABASE] Add explicit indices for all foreign keys
This adds a requirement for all definitions that have foreign keys to also
require indices for all source (local) attributes mentioned in foreign keys.

MariaDB/MySQL creates indices for source attributes automatically, so this
serves as a way to get rid of those automatic indices and create clean explicit
ones instead.

In PostgreSQL, most of the time, indices on the source are necessary to
decrease performance penalty of foreign keys (like in MariaDB), but they aren't
created automatically, so this serves to remove that difference between
PostgreSQL and MariaDB.
2020-07-31 16:36:40 +03:00
..
Activitypub_pending_follow_requests.php [DATABASE] Add explicit indices for all foreign keys 2020-07-31 16:36:40 +03:00
Activitypub_profile.php [ActivityPub][Explorer] More robust exception handler for invalid remote answers 2020-07-23 15:54:40 +01:00
Activitypub_rsa.php [SCHEMA] Improve timestamp storage 2020-06-29 01:41:46 +03:00