Increase Performance via Range Fields in Django Querysets on PostgreSQL

A brief story from the database optimizations of a Django application that uses PostgreSQL… Read more

Similar

Building a Django driver for Psycopg 3

One of the goals of the Psycopg 3 project is to make easy to port code developed from Psycopg 2. For this reason the creation of a Django backend (the module you specify in the settings as your database ENGINE) was a project with a double goal: (more…)

Read more »