单实例,当MongoDB单表数据文件太大导致写入速度变慢

解决办法(待测试):

文件拆分成小文件。主要参数有

Storage options:
--storageEngine arg what storage engine to use - defaults
to wiredTiger if no data files present

--directoryperdb each database will be stored in a
separate directory

--quota limits each database to a certain
number of files (8 default)
--quotaFiles arg number of files allowed per db, implies
--quota

相关文章:

  • 2021-11-09
  • 2021-05-19
  • 2022-01-16
  • 2022-12-23
  • 2021-11-21
  • 2021-06-09
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-31
  • 2021-10-25
  • 2022-01-03
  • 2022-12-23
  • 2022-02-01
  • 2021-07-19
  • 2021-11-16
相关资源
相似解决方案