エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Native connection pooling in Django 5 with PostgreSQL - Peterbe.com
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Native connection pooling in Django 5 with PostgreSQL - Peterbe.com
My Django skills are getting rusty (because I haven't used it for any work projects in years) but... My Django skills are getting rusty (because I haven't used it for any work projects in years) but I heard you can scrap PgBouncer and django-db-connection-pool and just set: ... "CONN_MAX_AGE": 0, "OPTIONS": { "pool": True, } ... ...on the settings.DATABASES and that's all you have to do. Simple benchmark I created a very simple view that does a very simple Django ORM query. It looks like this: de

