Now I use Stream to store 1 Billion items, I want to know the relation of the number of items and the speed of ListStreamKeyItems command.
As usual, more items , more slowly, is that right? If that is right, When I use ListStreamKeyItems command to find a item in the stream which contains 1 Billion items, how much time could it cost? (a range is ok)
Thanks a lot