Category: Database

  • MongoDB Log Rotation Automation

    When you are using mongodb for large applications (heavy write and read intensive), then you probable noticed that mongod.log/mongos.log file is growing big in size with in a few time span. I saw 20GB mongos.log file size in a single day. So, your logfile should be in a limited size for diagnostics and debugging purpose.……

  • MongoDB Enterprise Edition

    Does it free? MongoDB Enterprise is free of charge for an unlimited period of time for evaluation and development. By downloading it, you agree to the Subscription Agreement. Comparison between MongoDB Community and Enterprise Edition Features MongoDB Community MongoDB Enterprise LDAP Authentication Not Available Available LDAP Authorization Not Available Available Kerberos Authentication Not Available Available Database……

  • Install Mtools in Ubuntu for MongoDB log analysis

    According to mtools official github repo, its says that “mtools is a collection of helper scripts to parse, filter, and visualize MongoDB log files (mongod, mongos). mtools also includes mlaunch, a utility to quickly set up complex MongoDB test environments on a local machine, and mtransfer, a tool for transferring databases between MongoDB instances.” github……