Skip to content

Change Cache_expire_time to a partial index because we don't need to query rows efficiently where expire_time IS NULL#305

Merged
grantjenks merged 1 commit into
grantjenks:masterfrom
ddorian:partial-index-expire_time
Feb 26, 2024
Merged

Change Cache_expire_time to a partial index because we don't need to query rows efficiently where expire_time IS NULL#305
grantjenks merged 1 commit into
grantjenks:masterfrom
ddorian:partial-index-expire_time

Conversation

@ddorian

@ddorian ddorian commented Feb 9, 2024

Copy link
Copy Markdown
Contributor

Read https://www.sqlite.org/partialindex.html for an explanation.

The queries are already using where expire_time IS NULL and .., so didn't see a need to change there.

…o query rows efficiently `where expire_time IS NULL`
@ddorian

ddorian commented Feb 26, 2024

Copy link
Copy Markdown
Contributor Author

@grantjenks review?

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.

2 participants