Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

SearchQuery: use BigAutoField for primary key #9671

Merged
merged 3 commits into from Sep 26, 2023

Conversation

stsewd
Copy link
Member

@stsewd stsewd commented Oct 18, 2022

We have 5M records, so migration shouldn't take that long (1-2 min?), and we use a task to create the records, so this shouldn't affect search.

In [1]: SearchQuery.objects.count()
Out[1]: 5062590

Ref #9492


馃摎 Documentation previews 馃摎

We have 5M records, so migration shouldn't take that long (1-2 min?),
and we use a task to create the records, so this shouldn't affect
search.

```python
In [1]: SearchQuery.objects.count()
Out[1]: 5062590
```

Ref #9492
@stsewd stsewd requested a review from a team as a code owner October 18, 2022 15:52
@stsewd stsewd requested a review from humitos October 18, 2022 15:52
@humitos
Copy link
Member

humitos commented Aug 22, 2023

Are we OK to move forward with this?

@stsewd stsewd merged commit 27d956a into main Sep 26, 2023
7 checks passed
@stsewd stsewd deleted the use-bigautofield-searchquery branch September 26, 2023 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants