This is an automated email from the ASF dual-hosted git repository.
poorejc pushed a commit to branch FLAGON-344
in repository https://gitbox.apache.org/repos/asf/incubator-flagon.git
The following commit(s) were added to refs/heads/FLAGON-344 by this push:
new f39c453 Update scaling.md
f39c453 is described below
commit f39c45338bef9da111de57cd0fc93c63252d8af1
Author: poorejc <[email protected]>
AuthorDate: Mon Apr 29 13:56:56 2019 -0400
Update scaling.md
minor error correction
---
site/_docs/stack/scaling.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site/_docs/stack/scaling.md b/site/_docs/stack/scaling.md
index 79a5148..1d88bad 100644
--- a/site/_docs/stack/scaling.md
+++ b/site/_docs/stack/scaling.md
@@ -183,7 +183,7 @@ To generate log data, we'll be using our [UserALE.js
Example](https://github.com
"store" : {
"size_in_bytes" : 115978 #new size of the index (1.1 MB)
```
- **Maths give us +1518 documents (~500 fewer than our first benchmark) and
+295,000 bytes (~.30 MB; ~40% less growth in the store size than previous)
generated by one user in 5 minutes.** That would be **28.8 MB per day** or
**~576 MB per working month**, per user. We've cut down our data generation
considerably by modifying one parameter in our script tag.
+ **Maths give us +1518 documents (500 fewer than our first benchmark) and
+295,000 bytes (.30 MB; ~40% less growth in the store size than previous)
generated by one user in 5 minutes.** That would be **28.8 MB per day** or
**~576 MB per working month**, per user. We've cut down our data generation
considerably by modifying one parameter in our script tag.
Why? look at the new proportion of mouseover events... we shaved those
down by ~50%. As that event stream has the highest data generation, net-net we
generated about 25% fewer documents with the same amount and duration of
behavior: