#connection-pooling

[ follow ]
fromMicrosoft for Python Developers Blog
1 week ago

Announcing Full Cross-Platform Support for the mssql-python Driver - Microsoft for Python Developers Blog

Full support for all three major operating systems—Windows, macOS, and Linux—marks a significant leap forward in providing seamless and performant connectivity to Microsoft SQL Server.
Software development
fromPeterbe
4 weeks ago

Native connection pooling in Django 5 with PostgreSQL - Peterbe.com

Adding 'OPTIONS': {'pool': True}, to the DATABASES['default'] config made this endpoint 5.4 times faster.
Django
Ruby on Rails
fromRubyflow
2 months ago

Understanding Active Record Connection Pooling

Rails connection pooling optimizes database operations by reusing active connections for improved performance during increased load.
[ Load more ]