-
Notifications
You must be signed in to change notification settings - Fork 4
Research Tarantool for Rivine #320
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
Comments
@DylanVerstraete please add your findings, e.g. can we indeed embed it in our chain like we can with BoltDB, are there ACID transactions, (No)SQL, etc... |
Findings:
|
Encountered following issue: |
Blocked by: tarantool/go-tarantool#80 For parsing data returned from the After having a talk with the maintainer following was said by him: "Yura Sokolov, [9 mei 2019 14:37:46]: If you use Call17 then there will be one level of “included into slice” lesser. Second: looks like it is time to implement native SQL protocol command. I don’t know where I’ll have time for cause of personal/family issues. I'll try to do it this month. Which means that current progress is blocked until some native sql protocols are created in this client repo or I create some functions that parse this "generic" data structure but this is not the best solution. |
Currently we are using BoltDB for Rivine, we might want to switch to Tarantool.
The text was updated successfully, but these errors were encountered: