码迷,mamicode.com
首页 >  
搜索关键字:embedded mongodb    ( 10830个结果
【转】mongodb可以通过profile来监控数据 (mongodb性能优化)
开启 Profiling 功能,对慢查询进行优化:mongodb可以通过profile来监控数据,进行优化。查看当前是否开启profile功能用命令db.getProfilingLevel() 返回level等级,值为0|1|2,分别代表意思:0代表关闭,1代表记录慢命令,2代表全部db.setPr...
分类:数据库   时间:2014-05-24 01:26:42    阅读次数:352
Loader for loading embedded assemblies z
using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Reflection;using System.Runtime.InteropServices;namespace...
分类:其他好文   时间:2014-05-23 10:59:24    阅读次数:223
Sneak Preview: The 14 Leading Java Tools & Technologies for 2014
Sneak Preview: The 14 Leading Java Tools & Technologies for 2014 :Junit , Jenkinds, Git, Hibernate, Java7, Maven, Nexus, MongoDB, FindBugs, Tomcat, Ja...
分类:编程语言   时间:2014-05-23 08:33:03    阅读次数:277
MongoDB 日志太大怎么办?
MongoDB的日志增长的很快,/var所在的空间马上就占满了,即便换到另一个磁盘分区保存日志,日志还是增长的很快,磁盘眼看要告磬。有一个好办法,就是使用旋转日志。MongoDB的旋转日志有点怪,Linux下mongd服务接受一个kill -SGIUSR1命令后就立刻将当前日志文件重命名为带日期的文件,然后创建新的日志文件。不想一般的旋转日志,可以配置旋转策略。不过没关系,经过测试,发送该命令时不...
分类:数据库   时间:2014-05-22 07:47:22    阅读次数:427
【MongoDB数据库】Java MongoDB CRUD Example
上一篇我们讲了MongoDB 的命令入门初探,本篇blog将基于上一篇blog所建立的数据库和表完成一个简单的Java MongoDB CRUD Example,利用Java连接MongoDB数据库,并实现创建数据库、获取表、遍历表中的对象、对表中对象进行CRUD操作等例程。 1、下载MongoDB Java 支持驱动包 【gitHub下载地址】https://github.com/mon...
分类:数据库   时间:2014-05-22 06:53:47    阅读次数:401
ECOS高可用集群
此架构由8台PC 、2台防火墙、2台24口三层交换机组成,注意点:1)Load Balance:Haprxoy+keepalived 实现高可用。2)web:Nginx+php-fpm3)DB:mysql5主从+Mongodb副本+Memcached4)IMG:Varnish+Nginx+NFS网卡...
分类:其他好文   时间:2014-05-21 22:50:12    阅读次数:305
C# Community Projects
Community Supported C# Drivers See the officially supported MongoDB C# driver mongodb-csharp driver simple-mongodb driver NoRM Tools MongoDB.Emitter D...
分类:其他好文   时间:2014-05-21 20:30:58    阅读次数:289
MongoDB C# / .NET Driver
MongoDB C# Driver是官方提供的.NET C#驱动。 Getting Started with the C# Driver C# Driver Tutorial C# Driver LINQ Tutorial Serialize Documents with the C# Driver...
分类:数据库   时间:2014-05-21 20:28:24    阅读次数:446
Getting Started with the C# Driver
1.下载 如果下载的.zip文件,只需要解压即可。 如果安装的.msi文件,它会将C#驱动DLL放在C:\Program Files (x86)\MongoDB\CSharp Driver xxx的位置。 2.将C#驱动DLL添加引用 MongoDB.Bson.dll MongoDB.Driver....
分类:其他好文   时间:2014-05-21 19:38:39    阅读次数:379
C# Driver LINQ Tutorial
1.介绍 该教程涵盖了1.8版本的C#驱动中的LINQ查询。你可能已经阅读最新的C# Driver Tutorial。 2.快速开始 首先,给程序添加下面的using声明 using MongoDB.Driver.Linq;然后,像往常一样,获取一个collection的引用变量:var colle...
分类:其他好文   时间:2014-05-21 19:14:39    阅读次数:385
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!