lemmy/crates
Dessalines 917e408735
Fix postgres connection options causing slow query speed. (#5150)
* Adding a query speed check.

* Fixing slow queries due to connection config options.

* Remove pointless set_config sql function.

* Removing pointless bool.

* Removing comment

* Removing test.sh changes.

* Add analyze to speed up query

* Trying to fix DB perf connection try #1

* Try encoding option

* Fix woodpecker

* Try to use path character.

* Fixing lemmy config location.

* Removing pointless connection options.

* Use OnceLock to create a once-init psql connection.

* Fixing comment.

* Fix host encoding for dev DB.

* Address PR comments.

* Revert query mut change.
2024-11-06 10:58:40 -05:00
..
api Fixing LemmyError imports. (#5157) 2024-11-04 10:44:58 +01:00
api_common Upgrading ts_rs to 10.0.0 (#5163) 2024-11-06 15:50:13 +01:00
api_crud Fixing LemmyError imports. (#5157) 2024-11-04 10:44:58 +01:00
apub Upgrading ts_rs to 10.0.0 (#5163) 2024-11-06 15:50:13 +01:00
db_perf Replace clippy allow annotation with expect (fixes #5012) (#5048) 2024-09-24 13:29:02 -04:00
db_schema Fix postgres connection options causing slow query speed. (#5150) 2024-11-06 10:58:40 -05:00
db_views Fix postgres connection options causing slow query speed. (#5150) 2024-11-06 10:58:40 -05:00
db_views_actor Upgrading ts_rs to 10.0.0 (#5163) 2024-11-06 15:50:13 +01:00
db_views_moderator Upgrading ts_rs to 10.0.0 (#5163) 2024-11-06 15:50:13 +01:00
federate Remove individual user/community inboxes (#5124) 2024-10-26 14:54:29 -04:00
routes Simplify handling of NotFound SQL errors (fixes #4633) (#5031) 2024-09-23 11:26:50 -04:00
utils Upgrading ts_rs to 10.0.0 (#5163) 2024-11-06 15:50:13 +01:00