mattermost/scripts
Patryk Pomykalski 9369d65441
Optimize reactions table (#13406)
* Optimize reactions table

Change reactions primary key to (PostId, UserId, EmojiName) so fetching
reactions for post will use primary key lookup instead of table scan.

* fix db version

* review fixes

* update database schema in scripts/
2020-03-17 10:53:31 +01:00
..
diff-config.sh [MM-17703] Diff config files (#11898) 2019-08-29 22:44:12 +02:00
get_latest_release.sh Fix triggering the release logic on a branch with release in its name. (#13915) 2020-03-02 22:01:45 +01:00
ldap-check.sh add group filter support to ldap-check.sh (#11935) 2019-11-20 13:52:26 +00:00
mattermost-mysql-5.0.sql Optimize reactions table (#13406) 2020-03-17 10:53:31 +01:00
mattermost-postgresql-5.0.sql Optimize reactions table (#13406) 2020-03-17 10:53:31 +01:00
mysql-migration-test.sh MM-16888: fix missing indexes (#12746) 2019-10-15 15:47:09 -03:00
prereq-check.sh Change the minor version of go to 1.13 (#13015) 2019-11-06 07:04:50 -08:00
psql-migration-test.sh MM-16888: fix missing indexes (#12746) 2019-10-15 15:47:09 -03:00
test-xprog.sh Make test execution not take quadratic compilation time (#7610) 2017-10-12 08:35:19 -07:00
test.sh Remove more instances of GOPATH from Makefile and CI (#13450) 2020-01-21 07:49:49 -05:00