开发者

MongoDB 连接池

0
  • MongoDB中连接池、索引、事务

    目录连接池 = 数据库连接的缓存MongoDB查询数据五步走MongoDB连接池的参数配置下面简单说一下MongoDB的索引索引基数是指集合中某个字段有多少个不同的值MongoDB内嵌文档是什么?MongoDB事务是什么?ACID是什么?Mong[详细]

    2023-01-12 08:57 分类:数据库
  • Running a python script from webpy

    I setup a lighttpd server along with webpy and fastcgi.I am trying to simply run a python script everytime the wenpy app is accessed.Though it seems even when I give the normal python code to execute[详细]

    2022-12-21 18:01 分类:问答