Hello.
I am using MongoDB to store a lot of stats but the problem I am running into is insert/update speed. I am not utilizing all the IO or CPU. I am using about 30% of the CPU, 60GB of 132GB of RAM and I have 2x 4xSSD in a RAID 10. The server is not maxing out on anything but I can only get about 7k update/inserts per second. I created the 4 shards to try to help with write locks but only increased by 1k adding 2 more shards.
I need to do about 100mil inserts/updates per day in a timely fashion.
Any suggestions would be appreciated.
Thank you.
I am using MongoDB to store a lot of stats but the problem I am running into is insert/update speed. I am not utilizing all the IO or CPU. I am using about 30% of the CPU, 60GB of 132GB of RAM and I have 2x 4xSSD in a RAID 10. The server is not maxing out on anything but I can only get about 7k update/inserts per second. I created the 4 shards to try to help with write locks but only increased by 1k adding 2 more shards.
I need to do about 100mil inserts/updates per day in a timely fashion.
Any suggestions would be appreciated.
Thank you.