Re: Maximum number of queues(lists) redis instance can have

1,787 views
Skip to first unread message

Dvir Volk

unread,
Aug 28, 2012, 3:34:52 AM8/28/12
to redi...@googlegroups.com
there shouldn't be a problem holding this sort of number of list or any other type
redis has a main dictionary holding objects in it, and each one is managed separately.
lists don't have a very high memory overhead, so no reason this should not work, at least in a 64 bit redis instance.
the most number of lists I've personally used is around 10M. 

On Tue, Aug 28, 2012 at 9:28 AM, aji <aji...@gmail.com> wrote:
Hi, 

What would be the maximum number of queues a redis instance can have per instance ? In FAQ(What is the maximum number of keys a single Redis instance can hold?), its mentioned - "Redis can handle up to 2^32 keys, and was tested in practice to handle at least 250 million of keys per instance."

So can we assume redis supports at least 250 million of queues per instance ? Any idea what kind of data/value was used for the test ? 

Thanks & 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/-/RJ2-duknXmcJ.
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.

Salvatore Sanfilippo

unread,
Aug 28, 2012, 7:03:06 AM8/28/12
to redi...@googlegroups.com
+1, never received reports of issues that were related to number of keys AFAIK.
Make sure you have enough RAM (and up to 2x the requirement if you
have a write-heavy workload) and everything should work ok.

Salvatore
--
Salvatore 'antirez' Sanfilippo
open source developer - VMware
http://invece.org

Beauty is more important in computing than anywhere else in technology
because software is so complicated. Beauty is the ultimate defence
against complexity.
— David Gelernter

aji

unread,
Aug 28, 2012, 7:44:25 AM8/28/12
to redi...@googlegroups.com
Thanks  
Reply all
Reply to author
Forward
0 new messages