Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9138361
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T09:14:47+00:00 2026-06-17T09:14:47+00:00

I set null=True on one of the ForeignKey fields in my Django model, and

  • 0

I set null=True on one of the ForeignKey fields in my Django model, and now when I query that model, it is about 10 times slower. (I’m using select_related())

Looking at my Postgres logs before and after the change gives clues to the reason:

  • Before setting null=True, the SQL that is generated is a single select statement with a couple of inner joins.
  • After setting null=True, the SQL that is generated leaves out one of the joins and instead is followed by thousands of identical select statements.

So it’s the classic n+1 query issue, and until this is fixed, how can I set null=True on a ForeignKey field without taking performance hits?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T09:14:48+00:00Added an answer on June 17, 2026 at 9:14 am

    You can solve this through a raw query. Take a look to the query that is generated before putting null=True and execute it via a raw query instead of using ‘top-level django ORM’. The breakdown is due the ORM don’t the Postgres server, so you can avoid useless code generation running the SQL code directly.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am aware that I can set null like string val = null; But
In legacy code I've reviewed, I've found a data model that create boolean fields
In Django application I have these models: class DLL(models.Model): prev = models.ForeignKey('self', related_name =
Ok I am using DataTables from Datatables.net I have one table that seems to
The first index is set to null (empty), but it doesn't print the right
So I have a gui where the layout is set to Null, and I
I have a table with a field: 'last_modified - timestamp NOT NULL' I set
I need to sometimes set the value of an int to null and sometimes
Currently I can set ringtones and notifications with: byte[] buffer = null; InputStream fIn
Is it a good practice to set stream references to null after closing them?

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.