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

Add schema to allow further controls of tictacaae #46

Merged
merged 2 commits into from
Dec 3, 2024

Commits on Nov 28, 2024

  1. Add schema to allow further controls of tictacaae

    This allows:
    
    - setting of log_level for AAE Backend;
    - setting of log_level for TictacAAE overall (hidden);
    - setting of compression method (support switch to better performing zstd).
    
    Previously all AAE backends had the database ID 2 ^16 - 1.  They now have an ID 2 ^ 16 + Partition Number e.g. with a ring size of 1024 the partition numbers will be 0 to 1023).  This allow leveled logs in parallel mode AAE to be distinguished from leveled vnode logs, and also distinguished between vnodes.
    martinsumner committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    f4f547f View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. Configuration menu
    Copy the full SHA
    b40966f View commit details
    Browse the repository at this point in the history