Is there is something like stored procedures in NOSQL databases?

Posted by Amr ElGarhy on Stack Overflow See other posts from Stack Overflow or by Amr ElGarhy
Published on 2010-04-14T19:48:11Z Indexed on 2010/04/14 19:53 UTC
Read the original article Hit count: 202

Filed under:
|
|
|

I am new to NOSQL world and still comparing between nosql and sql databases,
I Just tried making few samples using mongodb.

I am asking about stored procedures when we send few parameters to one stored procedure and this procedure execute number of other stored procedures in the database, will get data from stored procedures and send data to others.

In other words, will make the logic happen on the database side using sequence of functions and stored procedures.

Is that behavior or something the same already exist on NOSQL databases, or its completely different and i am thinking in the wrong way?

© Stack Overflow or respective owner

Related posts about nosql

Related posts about database