Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Replace postgres GIN with GIST #1192

Merged
merged 2 commits into from
Nov 3, 2016
Merged

Replace postgres GIN with GIST #1192

merged 2 commits into from
Nov 3, 2016

Conversation

erikjohnston
Copy link
Member

@erikjohnston erikjohnston commented Nov 3, 2016

This is because GIN can be slow to write to, especially when the table
gets large.

This is because GIN can be slow to write too, especially when the table
gets large.
c = conn.cursor()

# We create with NULLS FIRST so that when we search *backwards*
# we get the ones with non null origin_server_ts *first*
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this comment accurate?

@NegativeMjark
Copy link
Contributor

Other than the possibly spurious comment, LGTM.

@NegativeMjark
Copy link
Contributor

LGTM

@erikjohnston erikjohnston merged commit 06cc0bb into develop Nov 3, 2016
@richvdh richvdh deleted the erikj/postgres_gist branch December 1, 2016 14:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants