menu
techminis

A naukri.com initiative

google-web-stories
Home

>

Databases

>

Improved n...
source image

Dbi-Services

3w

read

141

img
dot

Improved not null/null planning in PostgreSQL 17

  • PostgreSQL 17 introduces improved handling of 'is null' and 'is not null' queries when columns have a 'not null' constraint.
  • Before PostgreSQL 17, there was overhead when evaluating 'is not null' queries even when it was redundant due to the 'not null' constraint.
  • PostgreSQL 17's optimizer is smarter and eliminates the need to evaluate 'is not null' queries when the 'not null' constraint is already in place.
  • Additionally, PostgreSQL 17 also improves handling of 'is null' queries by avoiding unnecessary parallel sequential scans.

Read Full Article

like

8 Likes

For uninterrupted reading, download the app