Edgewall Software

Changes between Initial Version and Version 1 of Ticket #11868, comment 2


Ignore:
Timestamp:
Dec 8, 2014, 8:29:12 AM (8 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11868, comment 2

    initial v1  
    22
    33I considered fixing this on 1.0-stable. Let me know any thoughts on that. I get the following results with attachment:test_get_known_users.py:
    4 || Num Users || Time ||
    5 || 1k || 7 ms ||
    6 || 10k || 70 ms ||
    7 || 100k || 800 - 900 ms ||
     4|| Num Users || Time w/o caching || First retrieval with caching || Retrieval from cache ||
     5|| 1k || 7 ms || 12 ms || < 1 ms ||
     6|| 10k || 70 ms || 120 ms || < 1 ms ||
     7|| 100k || 800 - 900 ms || 1200 ms || < 5 ms ||
    88
    99Not surprisingly it scales linearly with number of users.