cursusdb / cursusdb

CursusDB is an open-source distributed in-memory yet persisted document oriented database system with real time capabilities.

Home Page:https://cursusdb.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does "transaction rollback" support it?

lidbas opened this issue · comments

I don't see the introduction to "transaction rollback" in the documentation.

Hi @lidbas on CursusDB a transaction that is not committed is synced prior to the QueryQuery https://github.com/cursusdb/cursusdb/raw/master/images/drawing232.png

On shutdown and recover the query queue will persist where left off on each node.

Are there any transaction-related operations in Query Language?

@lidbas not yet but would be good to have a create, commit and rollback. Thank you for that!

@lidbas this was a great issue. I am converting to a discussion. This will be coming into the CDQL language in the upcoming minor versions.