You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ben Lubar f65922297d fix abysmal postgresql performance in getSortedSetsMembers (#8030)
* refactor postgres upgrade function to use async

* add function wrapper for getting the elements of a sorted set to avoid postgres planning the query with a nested sequential scan

* fix fatal(?!) lint errors

* add missing await

* bump PostgreSQL version on Travis CI to one that isn't over 3 years out of date
5 years ago
..
mongo feat: log errors from mubsub 5 years ago
postgres fix abysmal postgresql performance in getSortedSetsMembers (#8030) 5 years ago
redis properly filter /unread /recent /popular /top (#7927) 5 years ago
cache.js fix: #6979 6 years ago
helpers.js refactor: remove logs 5 years ago
index.js refactor: async/await 5 years ago
mongo.js fix: mongo collection stats 5 years ago
postgres.js fix abysmal postgresql performance in getSortedSetsMembers (#8030) 5 years ago
redis.js fix: redis pubsub not being required correctly 6 years ago