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

Refactor Kuloy to call CouloyDB's transaction interface for operations. #27

Open
bigboss2063 opened this issue Jul 18, 2023 · 0 comments
Labels
good first issue Good for newcomers

Comments

@bigboss2063
Copy link
Collaborator

The original Kuloy implemented data structures and supported commands at the server level. However, now that the storage engine layer (CouloyDB) natively supports data structures, it requires modification to utilize the interfaces provided by the storage engine layer for command implementation.

原本的 Kuloy 实现数据结构以及支持命令的方式是在 Server 层进行实现的,而现在存储引擎层(CouloyDB)已经原生支持数据结构,所以需要进行更改,用存储引擎层提供的接口来实现命令。

@bigboss2063 bigboss2063 added the good first issue Good for newcomers label Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant