文字

MongoDB

  • 安装/配置
    • 需求
    • 安装
    • 运行时配置
  • 手册
    • 教程
    • 读取首选项
    • Write Concerns
    • SQL 到 Mongo 的对应表
    • 链接服务器
    • Writes
    • Querying
    • Updates
    • Security
    • 故障排除
    • Running the Driver's Tests
  • 核心类
    • MongoClient — MongoClient 类
    • MongoDB — MongoDB 类
    • MongoCollection — The MongoCollection class
    • MongoCursor — The MongoCursor class
  • Types
    • MongoId — MongoId 类
    • MongoCode — The MongoCode class
    • MongoDate — The MongoDate class
    • MongoRegex — MongoRegex 类
    • MongoBinData — The MongoBinData class
    • MongoInt32 — MongoInt32 类
    • MongoInt64 — MongoInt64 类
    • MongoDBRef — MongoDBRef 类
    • MongoMinKey — The MongoMinKey class
    • MongoMaxKey — The MongoMaxKey class
    • MongoTimestamp — MongoTimestamp 类
  • GridFS Classes
    • MongoGridFS — The MongoGridFS class
    • MongoGridFSFile — The MongoGridFSFile class
    • MongoGridFSCursor — The MongoGridFSCursor class
  • Miscellaneous
    • MongoLog — The MongoLog class
    • MongoPool — The MongoPool class
    • Mongo — The Mongo class [deprecated]
  • Mongo 函数
    • bson_decode — 反序列化一个 BSON 对象为 PHP 数组
    • bson_encode — 序列化一个 PHP 变量为 BSON 字符串
  • Exceptions
    • MongoException — The MongoException class
    • MongoResultException — MongoResultException 类
    • MongoCursorException — The MongoCursorException class
    • MongoCursorTimeoutException — The MongoCursorTimeoutException class
    • MongoConnectionException — The MongoConnectionException class
    • MongoGridFSException — The MongoGridFSException class
    • MongoDuplicateKeyException — The MongoDuplicateKeyException class
    • MongoProtocolException — The MongoProtocolException class
    • MongoExecutionTimeoutException — The MongoExecutionTimeoutException class
    • MongoWriteConcernException — The MongoWriteConcernException class
  • 更新日志

用户评论:

[#1] mike at eastghost dot com [2011-11-09 04:13:39]

Just stepped up from 1.1.3 of the php driver to 1.2.6.  Wow, big improvement.  Logfile paucity shows the connection pooling / persistence is working, and noticeable speed improvements (page load times cut 10% to 30%) all around show dev is on the right track.  Kudos.

上一篇: 下一篇: