I was trying to put some heavy load on my Redis for testing purposes and find out any upper limits. First I loaded it with 50,000 and 100,000 keys of size 32characters with values around 32 characters. It took no more than 8-15 seconds in both key sizes. Now I try to put 4kb of data as value for each key. First 10000 keys take 800 milli seconds to set. But from that point it slows down gradually and to set whole 50,000 keys it takes aroudn 40 minutes. I am loading the database using NodeJs with node_redis (Mranney) . Is there any mistake I am doing or is Redis just that slow with big values of size 4 KB?
现在,我发现的另一件事是,当我与目前的客户平行管理另一个客户时,更新了第二位客户在8秒内将500万钥匙装上4kb值的钥匙,而第一客户仍然永远这样做。 它是在 no或再造的图书馆中的ug吗? 这一点令人震惊,不能为生产所接受。