Skip to content

Conversation

@Protonull
Copy link
Contributor

This improves database performance by adding generated-columns to the "player_chunk" table so that "getChunkTimestamps()" does not need to generate a disposable ghost table with these columns on-demand. This halves the time it takes to execute the query.

This is done through a reversible migration system, so existing databases (like that example 4.6GB database) can be gracefully updated.

This improves database performance by adding generated-columns to the "player_chunk" table so that "getChunkTimestamps()" does not need to generate a disposable ghost table with these columns on-demand. This halves the time it takes to execute the query.

This is done through a reversible migration system, so existing databases (like that example 4.6GB database) can be gracefully updated.
@Protonull Protonull closed this by deleting the head repository Jul 22, 2025
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.

1 participant