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

slack-19.0: early backport of vtorc optimizations, pt. 1 #549

Closed
wants to merge 2 commits into from

Commits on Oct 31, 2024

  1. Move to native sqlite3 queries

    We don't have to support anything but sqlite3 here, so let's use the
    proper sqlite syntax. This allows removing the find / replace logic and
    regexp matching which reduces vtorc CPU usage significantly.
    
    Signed-off-by: Dirkjan Bussink <[email protected]>
    dbussink authored and timvaillancourt committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    84067c6 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. revert to 1st cherry-pick

    Signed-off-by: Tim Vaillancourt <[email protected]>
    timvaillancourt committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    38f8a6e View commit details
    Browse the repository at this point in the history