show/hide this revision's text 4 spelling/grammar

I need to do transactions (begin, commit or rollback), locks (select for update). How can i I do it in a document model db?

Edit:

The case is this:

  • I want to run a an auctions site.
  • And I think how to direct purchase as well.
  • In a direct purchase I have to decrement the quantity field in the item record, but only if the quantity is greater than zero. That is why I need lock locks and transactions.
  • I don't know how to address that without locks and/or transactions.

Can I solve this with CouchDB?

show/hide this revision's text 3 Punctuation, Grammar

can i Can I do transactions and locks in couchDBCouchDB?

i

I need to do transactions (begin, commit or rollback), locks (select for update). How can i do it in a document model db?

edit

Edit:the

The case is this:i

  • I want to run a auctions site.
  • And i I think how to direct purchase as well.
  • In a direct purchase i I have to decrement the quantity field in the item record, but only if the quantity is greater than zero. That is why i I need lock and transactions.
  • I can't imagine don't know how to address that without locks and/or transactions.

    How can i solve this in couchDB?

Can i I solve itthis with CouchDB?

show/hide this revision's text 2 better explanation

i need to do transactions (begin, commit or rollback), locks (select for update). How can i do it in a document model db?

edit: the case is this: i want to run a auctions site. And i think how to direct purchase as well. In a direct purchase i have to decrement the quantity field in the item record, but only if the quantity is greater than zero. That is why i need lock and transactions. I can't imagine to address that without locks and/or transactions.

How can i solve this in couchDB? Can i solve it?

show/hide this revision's text 1