dmccloskey / TensorBase

A GPU accelerated, in memory, and multi-dimensional database
MIT License
1 stars 1 forks source link

TransactionManager #6

Open dmccloskey opened 5 years ago

dmccloskey commented 5 years ago

Description

As a user, I would like to be able to make transactions against the TensorCollection. I would like to be able to specify commits and rollbacks. I would like to be able to submit transactions in the form of a lambda function that returns an optional TensorCollection "view" if appropriate.

Objectives

Validation

dmccloskey commented 5 years ago

Notes 2019-05-21 on ACID