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

Engine refactor #353

Merged
merged 1 commit into from
Nov 16, 2023
Merged

Engine refactor #353

merged 1 commit into from
Nov 16, 2023

Commits on Nov 16, 2023

  1. This commit refactors the database engine to include a number of new …

    …features and improvements.
    
    Among these are:
    - Proper handling of transactionality for database deployments and drops
    - Simpler generation of app hashes
    - Simpler code for determining action logic, making future improvements easier
    - Replacing the 2pc protocol with a much simpler system based on idempotency
    - Better concurrency support for databases
    - Better execution lifetime handling for long running queries (to prevent writer starvation)
    - An overall simplification of the entire Kwil system, reducing on net ~5000 lines of code.
    - And other improvements
    brennanjl committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    37808e3 View commit details
    Browse the repository at this point in the history