首页 > 数据库技术 > 详细

【MongoDB】The description of procedure in MongoDB

时间:2014-10-27 00:31:47      阅读:318      评论:0      收藏:0      [点我收藏+]

In this blog the procedure of mongodb will be described in details. It is known that mongodb has provided a series of efficient solution to some different questions, such as high performance, changeable type and so on. Compared with the mysql database, the mongodb also support the procedure process. The first thing that you should know about procedure is the language, javascript. In the next time, I will set an example to describe this question:

bubuko.com,布布扣

bubuko.com,布布扣

bubuko.com,布布扣

In the above example, the command ‘db.eval()’ must be attached importance because of its strange feature. We could write the logic into this method and meanwhile call it without declaring the procedure process before calling.


bubuko.com,布布扣

bubuko.com,布布扣

In the above exmple, one question should be cared about. When you use procedure process, you should define the procedure in the database where you want to use procedure;





【MongoDB】The description of procedure in MongoDB

原文:http://blog.csdn.net/sxb0841901116/article/details/40485337

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!