Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account
List archives

Redis running very slow

HINCRBY overflows?
(31 lines)
Feb 6, 2012
Rajitha R
Rajitha R
Hi All,

I was running redis on my local machine and always observed very good
speed.Now when I run redis on a different machine on the same
network,its speed goes down drastically.In the sense,on local,it used
to insert atleast a million key-value pairs in about 10 mins.Now it is
able to insert only 0.1 million in an hour.My application has a single
thread which is trying to connect to redis.Does increasing number of
threads conencting to redis help in inserting more keys? Or is there
any other approach I can take?..Please suggest.

Regards,
Rajitha





Reply
Tags: good speedkey value
Messages in this thread
Redis running very slow
reply Re: Redis running very slow
(24 lines) Feb 6, 2012 05:41
reply Re: Redis running very slow
(34 lines) Feb 6, 2012 05:52
reply Re: Redis running very slow
(44 lines) Feb 6, 2012 07:14
reply Re: Redis running very slow
(54 lines) Feb 6, 2012 07:29
reply Re: Redis running very slow
(62 lines) Feb 6, 2012 10:02
reply Re: Redis running very slow
(27 lines) Feb 6, 2012 11:04
reply Re: Redis running very slow
(15 lines) Feb 6, 2012 11:46
reply Re: Redis running very slow
(43 lines) Feb 6, 2012 15:14
reply Re: Redis running very slow
(21 lines) Feb 6, 2012 15:21
reply Re: Redis running very slow
(56 lines) Feb 7, 2012 04:21
reply Re: Redis running very slow
(87 lines) Feb 7, 2012 05:08
reply Re: Redis running very slow
(149 lines) Feb 7, 2012 10:54
Issue 326 in redis: Redis Load DB from disk is slow!
September 6, 2010 11:17:15 PM
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 326 by leeful: Redis Load DB from disk is slow! http://code.google.com/p/redis/issues/detail?id=326 [3100] 07 Sep 11:53:06 * DB loaded from disk: 79 seconds [3100] 07 Sep…
Issue 478 in redis: Unable to connect redis running on fedora 14 linux from windows client
March 5, 2011 01:49:58 AM
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 478 by lamus### @gmail.com: Unable to connect redis running on fedora 14 linux from windows client http://code.google.com/p/redis/issues/detail?id=478 I'm using redis 2.2.1…
Redis Scripting 2.2.107, running under INIT.D, redis.call fails
June 3, 2011 03:42:04 AM
I was running redis scripting 2.2.107. Using commad line, redis- server. It worked great. Since we must move our app to production server, redis-server must startup automatically. I tryed to run redis scripting 2.2.107 using init.d script from:…
Memcached running very slow
August 17, 2011 12:23:09 PM
I installed memcached on Ubuntu box. Installed MongoDB too on the same machine to compare the performance for these two. Storing in MongoDB 0.0940001010895 for 220 records Storing in memcached 83.2030000687 Reading from MongoDB …
Puppet is very slow when running in AWS
September 19, 2011 05:15:16 PM
I am using Puppet 2.7.2 with ruby 1.8.7 (2010-01-10 patchlevel 249) and 64 bit Ubuntu 10.4. I have a Vagrant environment which I have been using for development. In the vagrant environment about 5 minutes is required to run all of the modules used…
redis-rb is too slow with pipelining
March 16, 2011 03:47:23 PM
Hello all, there is definitely some problem with redis-rb speed with pipelining. If I use the following code, and take a redis-cli monitor terminal open I get: require 'rubygems' require 'redis' r = Redis.new r.pipelined { r.llen :a …
Redis (1.2.6) : Slow queries
August 5, 2010 09:23:43 AM
Hi All, We are using Redis 1.2.6 in production environment. There are 161804 keys in redis. Machine has 2GB RAM. Problem: Select queries to Redis are taking 0.02 sec on an average. But some times they take 1.5-2.0 secs, I think whenever redis…
Query running slow on SQLite
January 5, 2011 03:01:30 PM
This is a multi-part message in MIME format.On Wed, Jan 5, 2011 at 12:42 PM, Peter <peter at somborneshetlands.co.uk>wrote: > I have a Python web application that I am converting to use SQLite3 for > local deployment instead of…
BUG] 1200x slow-down running query in 3.7.3
October 18, 2010 08:19:09 AM
I have a query which takes 17 minutes to run with 3.7.3 against 800ms with 3.7.2 The query is: SELECT x.sheep_no, x.registering_flock, x.date_of_registration FROM sheep x LEFT JOIN (SELECT s.sheep_no, prev.flock_no, prev.owner_person_id, …
Re: [BUG] 1200x slow-down running query in 3.7.3
October 20, 2010 08:56:45 AM
>> On Mon, Oct 18, 2010 at 9:18 AM, Peter <pe### @somborneshetlands.co.uk>wrote: >> > I have a query which takes 17 minutes to run with 3.7.3 against 800ms >> > with 3.7.2 >> > >> > > Thank you…
does the mset command slow in redis 2.2.2?
April 5, 2011 11:57:28 PM
hi all i found that the command mset is slower in redis 2.2.2 rather than redis 2.0.4, is that realy true? i want to set 2 million datas into the computer's memory, it costs me 308s while the redis verison is 2.0.4 but it costs me 1747s while the…
Re: Issue 236 in redis: BGSAVE very slow
September 20, 2010 04:32:16 AM
Comment #9 on issue 236 by hajo.skwirblies: BGSAVE very slow http://code.google.com/p/redis/issues/detail?id=236 We are experiencing this issue with Version 2.0.0 too. But it seems to happen only if lots of keys are swapped already. Our Machine…
very slow dependency resolution when running ivy from gant
June 9, 2010 08:27:52 AM
I have a gant script which resolves an ivy.xml file with just 2 dependencies defined but a fair amount of transitive dependencies. These dependencies are then copied to a local folder. I did some debugging and noticed that the actual downloading…
Custom Scoring Script Running Slow
June 16, 2011 02:03:44 PM
Hello, I'm attempting to run a custom scoring search that includes a script that was ported over from a Solr boost function. Initial requests to Elastic never return with a response. I must wait a long time after sending the initial request…
Issue 408 in redis: dictExpand memset too slow
December 17, 2010 09:49:23 AM
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 408 by dimak### @hotmail.com: dictExpand memset too slow http://code.google.com/p/redis/issues/detail?id=408 What steps will reproduce the problem? 1. Start with Empty Data Base…
Computer becomes very slow when i start the redis server
January 6, 2011 05:15:59 AM
Dear All, We are in the process of testing the redis to generate various charts on the live stock data. So currently i am inserting all the stock data of the past 30 days which is about 5 GB. I am using groovy with jedis to connect to redis…
Re: Issue 426 in redis: 100% CPU usage, very slow response/timeout
January 9, 2011 07:44:54 AM
Updates: Status: Duplicate Comment #1 on issue 426 by antirez: 100% CPU usage, very slow response/timeout http://code.google.com/p/redis/issues/detail?id=426 (No comment was entered for this change.)
3000 cmds/second. connect to redis is slow,even timeout. why?
September 17, 2011 03:32:58 AM
HI ALL. error reporting:
Issue 425 in redis: 100% CPU usage, very slow response/timeout
January 5, 2011 07:33:40 AM
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 425 by barthazi.andras: 100% CPU usage, very slow response/timeout http://code.google.com/p/redis/issues/detail?id=425 I'm not sure I can give you a proper bug report, but let…
Issue 427 in redis: 100% CPU usage, very slow response/timeout
January 5, 2011 07:37:29 AM
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 427 by barthazi.andras: 100% CPU usage, very slow response/timeout http://code.google.com/p/redis/issues/detail?id=427 I'm not sure I can give you a proper bug report, but let…
Some Linux systems become very slow when Redis is loading a big dataset
April 8, 2011
I received a report from a Redis user, and I'm not sure what to reply as I'm not an expert in the area of Linux and its scheduler, however we (as…
Slow running query, is there a better way?
May 23, 2011
I've got a query that produces the right result, its just very slow. I feel like there must be a better way (perhaps without subqueries). Table,…
Running redis-server with stdin config
December 10, 2010
I'm trying to run redis-server with - argument which basically takes basic redis conf file with stdin. But I can't get server to start. I mean I…
Why my 64 bit server is slow when running PHP application
January 6, 2011
I have 64 bit server with 6GB RAM and proc xeon E5620 installed with centos server 64. But when I access my localhost php application, is a little…
RuntimeError: -ERR Unknown Command running redis gem on Ruby
September 12, 2010
The environment: Ubuntu 9.10 (run within VirtualBox) Ruby v1.8.7 Redis gem v2.0.6 On irb, when I try to initialize Redis I get a RuntimeError.…
Java Regular Expression running very slow
February 15, 2011
I'm trying to use the Daring Fireball Regular Expression for matching URLs in Java, and I've found a URL that causes the evaluation to take forever.…
MySQL query running terribly slow
March 17, 2011
I have a rather large query that runs at an awful slow pace. At the start it took around 15 mins. Then I added all the appropriate indexes and got…
Can I connect directly to a Redis server from JavaScript running in a browser?
April 22, 2011
I know there are node.js libraries for Redis; what I'd like to do is run a Redis server (either on localhost or on a server host somewhere) and call…
Cannot connect to Redis installed on VirtualBox running Ubuntu from Windows 7
March 16, 2011
I've setup an Ubuntu image on VirtualBox on a Windows 7 host. On the Ubuntu guest I've installed Redis which runs on port 6379 (TCP) by default.…
PHPMyAdmin running very slow over internet but fine locally.
April 7, 2011
Hi, I connect to PHPMyAdmin remotely on a Centos server using my local PC via Firefox. Usually it's fine but today it's really slow (2 minutes to…
Spring mvc - ajax running slow +500ms for each call
March 8, 2011
Hi, We are working on a Spring mvc project and are having some performance issues with our ajax calls. Each call takes a minimum of 500ms :(. Has…
PHP & MySQL combo is running insanely slow on Windows Server 2008
May 19, 2011
I wrote some PHP and MySQL scripts on a Linux (Debian) box a while back (Running on LAMPP). Pages that requested some 2000 MySQL rows executed and…
I'm considering Redis backed web application, but I'm not sure about the hardware requirements for Redis, or really precisely how Redis "works"?
March 4, 2011
I'm new to Redis, as in... I'm really not sure how it works. But I'm considering it for a web app with a relatively uncomplicated data structure…
Is there any way to get resque-web to work with Redis To Go hosted redis instance?
January 22, 2011
Is there any way to get resque-web to work with a Redis To Go hosted redis instance?
Why does adding redis to Gemfile fix error with: require 'redis'
March 3, 2011
I have had a problem trying use the redis (2.1.1) gem with rails. I've fixed the problem but I don't know why the fix works and would like to…
After comping redis 2.2.5 redis-stat is not created
April 30, 2011
Hi guy, I wget the latest version of redis 2.2.5, then make, and cd redis-2.2.5/src, but there is no redis-stat found. Why? Could someone tell me…
Help with Redis-Sharp or ServiceStack.Redis ..
November 24, 2010
Hello, I tried to run Redis-Sharp test program. It sets the string length when I set some key,value (both strings). And while reading the data it…
Redis and Memcache or just Redis?
November 15, 2010
I'm using memcached for some caching in my Rails 3 app through the simple Rails.cache interface and now I'd like to do some background job…
Checking If MySQL Rows Returned>10 and if so running some code, if not running a different piece of code.
April 11, 2011
I have the code below which is supposed to check the database for entries with a certain username which is working but when I try to add some code…
Uploaded PHP files not running on Amazon cloud ,while files created there are running well.
February 11, 2011
Hello Guys, I have deployed my PHP web app on Amazon Ec2 cloud , but my files are not running ,because my my files's are uploed using ec-user…