I have a postgis table in a geodjango application that contains around 45,000 rows with a multipolygon geometry type. I would like to know if querying this table is slowed by the presence of the geometry when the geometry is not involved in the query, or in other words, if I related the geometry field with a one-to-one relationship would this boost performance?