Related Topics
MongoDB encryption at rest
Encryption at Rest – means, we need to encrypt our data that we want to store on disk. It can be achieved by following two forms. Application level encryption For application level encryption, it is not a feature offered by Continue readingMongoDB encryption at rest→
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 FeaturesMongoDB CommunityMongoDB EnterpriseLDAP AuthenticationNot AvailableAvailableLDAP AuthorizationNot Continue readingMongoDB Enterprise Edition→
Linux directory structure, user, group, permission, ownership etc.
Before starting any mongodb administration job, we need to know very well about the system, where MongoDB is going to deploy. For this article I choose very common linux OS Ubuntu. Target readers should not be only for mongodb dba, Continue readingLinux directory structure, user, group, permission, ownership etc.→
MongoDB change or update field type
Many a times developer do ask a common question that, we need to change existing data bearing field’s data type to another data type with out hampering existing data. Such as example, in database date field was in string value, Continue readingMongoDB change or update field type→
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 Continue readingMongoDB Log Rotation Automation→
Suggestions