hailai 发表于 2018-10-24 12:56:10

mongodb CRUD操作-INSERT

2018-04-15T18:52:36.352+0800 I CONTROL MongoDB starting : pid=36578 port=27017 dbpath=/data/db 64-bit host=IBG-opensource-DB-cwT13  
2018-04-15T18:52:36.352+0800 I CONTROL db version v3.6.2
  
2018-04-15T18:52:36.352+0800 I CONTROL git version: 489d177dbd0f0420a8ca04d39fd78d0a2c539420
  
2018-04-15T18:52:36.352+0800 I CONTROL OpenSSL version: OpenSSL 1.0.1e-fips 11 Feb 2013
  
2018-04-15T18:52:36.352+0800 I CONTROL allocator: tcmalloc
  
2018-04-15T18:52:36.352+0800 I CONTROL modules: none
  
2018-04-15T18:52:36.352+0800 I CONTROL build environment:
  
2018-04-15T18:52:36.352+0800 I CONTROL   distmod: rhel70
  
2018-04-15T18:52:36.352+0800 I CONTROL   distarch: x86_64
  
2018-04-15T18:52:36.352+0800 I CONTROL   target_arch: x86_64
  
2018-04-15T18:52:36.352+0800 I CONTROL options: {}
  
2018-04-15T18:52:36.354+0800 I -       Detected data files in /data/db created by the 'wiredTiger' storage engine, so setting the active storage engine to 'wiredTiger'.
  
2018-04-15T18:52:36.354+0800 I STORAGE wiredtiger_open config: create,cache_size=7423M,session_max=20000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),statistics_log=(wait=0),verbose=(recovery_progress),
  
2018-04-15T18:52:36.512+0800 I STORAGE WiredTiger message , txn-recover: Main recovery loop: starting at 2/35072
  
2018-04-15T18:52:36.615+0800 I STORAGE WiredTiger message , txn-recover: Recovering log 2 through 3
  
2018-04-15T18:52:36.676+0800 I STORAGE WiredTiger message , txn-recover: Recovering log 3 through 3
  
2018-04-15T18:52:36.740+0800 I CONTROL
  
2018-04-15T18:52:36.740+0800 I CONTROL ** WARNING: Access control is not enabled for the database.
  
2018-04-15T18:52:36.740+0800 I CONTROL **          Read and write access to data and configuration is unrestricted.
  
2018-04-15T18:52:36.740+0800 I CONTROL ** WARNING: You are running this process as the root user, which is not recommended.
  
2018-04-15T18:52:36.740+0800 I CONTROL
  
2018-04-15T18:52:36.740+0800 I CONTROL ** WARNING: This server is bound to localhost.
  
2018-04-15T18:52:36.740+0800 I CONTROL **          Remote systems will be unable to connect to this server.
  
2018-04-15T18:52:36.740+0800 I CONTROL **          Start the server with --bind_ipto specify which IP
  
2018-04-15T18:52:36.740+0800 I CONTROL **          addresses it should serve responses from, or with --bind_ip_all to
  
2018-04-15T18:52:36.740+0800 I CONTROL **          bind to all interfaces. If this behavior is desired, start the
  
2018-04-15T18:52:36.740+0800 I CONTROL **          server with --bind_ip 127.0.0.1 to disable this warning.
  
2018-04-15T18:52:36.740+0800 I CONTROL
  
2018-04-15T18:52:36.741+0800 I CONTROL
  
2018-04-15T18:52:36.741+0800 I CONTROL ** WARNING: /sys/kernel/mm/transparent_hugepage/defrag is 'always'.
  
2018-04-15T18:52:36.741+0800 I CONTROL **      We suggest setting it to 'never'
  
2018-04-15T18:52:36.741+0800 I CONTROL
  
2018-04-15T18:52:36.741+0800 I CONTROL ** WARNING: soft rlimits too low. rlimits set to 65535 processes, 655350 files. Number of processes should be at least 327675 : 0.5 times number of files.
  
2018-04-15T18:52:36.741+0800 I CONTROL
  
2018-04-15T18:52:36.755+0800 I FTDC    Initializing full-time diagnostic data capture with directory '/data/db/diagnostic.data'
  
2018-04-15T18:52:36.756+0800 I NETWORK waiting for connections on port 27017


页: [1]
查看完整版本: mongodb CRUD操作-INSERT