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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(GODT-3183): Add missing indices to db #402

Merged
merged 3 commits into from
Jan 2, 2024
Merged

Commits on Dec 29, 2023

  1. fix(GODT-3183): Add missing indices

    Add indices to message flags, mailbox flags, mailbox permanent flags and
    mailbox attributes.
    
    Should improve performance in join operation and general lookups.
    LBeernaertProton committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    1675148 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4169b08 View commit details
    Browse the repository at this point in the history
  3. fix(GODT-3183): Fix mailbox flags tables

    Ensure combined primary keys start with the mailbox id then the flag
    value and correct the data type to integer.
    LBeernaertProton committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    759b010 View commit details
    Browse the repository at this point in the history