亚洲国产天堂久久综合226114,亚洲va中文字幕无码毛片,亚洲av无码片vr一区二区三区,亚洲av无码乱码在线观看,午夜爽爽爽男女免费观看影院

課程目錄:MongoDB for Administrators培訓(xùn)
4401 人關(guān)注
(78637/99817)
課程大綱:

         MongoDB for Administrators培訓(xùn)

 

 

 

MongoDB Architectural Overview
Origin, design goals, key features
Process structure (mongos, mongod, config servers)
Directory / file structure
Working with the MongoDB Shell
Documents and data types
CRUD (Inserts, queries, updates, deletes)
System commands
Single-server Configuration and Deployment
Configuration files
Data files and allocation
Log files
Hardware and file-system recommendations
Security
Built-in authentication
Recommendations for secure deployment
Monitoring MongoDB
mongostat
Analyzing memory and IO performance
Integration with monitoring tools: Munin / Cacti / Nagios
MongoDB's web console
Indexing and Query Optimization
Managing indexes and MongoDB indexing internals
Single / Compound / Geo indexes
Identifying sub-optimal queries. Using the query profiler.
Introduction to drivers (Java/Python/Ruby/PHP/Perl)
How the drivers and shell communicate with MongoDB
BSON and the MongoDB Wire Protocol
Troubleshooting application connections
Intro to Read and Write scalability
Replication and Durability
Master-slave replication
Replica sets
Using write concern for durability
Handling replication failures
Auto-Sharding
How sharding works
Setting up a MongoDB shard cluster
Choosing a shard key
Sharding and indexes
Sharding and Replica Set Topologies
Administering a sharded cluster
Shard / Chunk Migration
Backup and Restore Plans
Filesystem-based strategies
mongodump / mongorestore
rsync
mongoimport / mongoexport