Hello, everyone, I am benchmarking Redis by using YCSB(yahoo cloud system benchmark).
I configure 100 clients to insert 20000000 rows data to one Redis server, At first, Redis works
well and its throughput is about 10000 ops/sec. However, after several minutes, throughput decreased to about 100 ops/sec !
Has anybody encountered this problem before and know why ?
Thanks advanced. :-)
Best regards
--
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To view this discussion on the web visit https://groups.google.com/d/msg/redis-db/-/HNzYEvd2bPMJ.
To post to this group, send email to redi...@googlegroups.com.
To unsubscribe from this group, send email to redis-db+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/redis-db?hl=en.
Hi everyone,
I am trying to run ./bin/ycsb shell redis to check I can connect to my RedisDB server through the shell.
However, I encounter this error message.
Exception in thread "main" java.lang.IllegalArgumentException: hostname can't be null
at java.net.InetSocketAddress.(InetSocketAddress.java:139)
at redis.clients.jedis.Connection.connect(Connection.java:119)
at redis.clients.jedis.BinaryClient.connect(BinaryClient.java:54)
at redis.clients.jedis.BinaryJedis.connect(BinaryJedis.java:1657)
at com.yahoo.ycsb.db.RedisClient.init(RedisClient.java:49)
at com.yahoo.ycsb.CommandLine.main(CommandLine.java:210)any ideas?
Thank you.
Kind regards,
Cornelius
--
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To view this discussion on the web visit https://groups.google.com/d/msg/redis-db/-/BWkWl2iM0wwJ.
To post to this group, send email to redi...@googlegroups.com.
To unsubscribe from this group, send email to redis-db+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/redis-db?hl=en.