-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
184 changed files
with
8,641 additions
and
13,564 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.