Skip to content

Commit

Permalink
write performance in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
chengtao committed Apr 21, 2014
1 parent 0a82ed8 commit 274bc0d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -51,6 +51,11 @@ mvn -am -pl web clean test
curl http://localhost:8080/events/types
```

* Show events for a given user
```bash
curl http://localhost:8080/users/timeline\?external_user_id\=chengtao@codecademy.com\&offset\=0\&num_records\=1
```

* Show all property keys for the given event type
```bash
curl 'http://localhost:8080/events/keys?event_type=signup'
Expand Down Expand Up @@ -144,6 +149,8 @@ Please beware that the current storage format on disk is fairly inefficient and
| BloomFitleredEventStorage | 848Mb | (bloomfilter size) * (number of events) <br>= 16 * 53M |

#### Write performance
![Throughput and latency by threads](https://raw.github.com/Mobicrave/EventTracker/master/write_performance.png)

#### Query performance
| Query | 1st time execution | 2nd time execution | # records |
|-------------------------|--------------------|--------------------|-----------|
Expand Down
Binary file added write_performance.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 274bc0d

Please sign in to comment.