SharedCode / sop

Horizontally Scaleable Objects Persistence
http://sop.codeplex.com
MIT License
13 stars 4 forks source link

Banking (ACID) transaction type support #3

Closed grecinto closed 8 months ago

grecinto commented 9 years ago

Support for ACIDic Transactions, those types req'd by financial institutions, can be supported in SOP. However, due to resource availability, this feature has been put in the back burner.

So far, SOP satisfies the needs of NoSql/Document type data storage engines. Being modeled in a pyramid type of design/dev't, ACID transaction features will sit on the higher slope of the SOP feature set.

ACID solution preview:

ACID transactions is anticipated to be supported two major version release away. As SOP gets enhanced, completed per its Query engine & Store parallelism feature set.

It is a good timing to incorporate ACID designs as SOP is ported to Azure cloud, as a native Azure database engine.

grecinto commented 5 years ago

This will be easily supportable in new “golang” implementation part of enhancements.

grecinto commented 8 months ago

See SOP V2, Golang. ACID transaction is now supported.