-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use a constant to set the default batch size
Made the batch size a constant rather than a attribute to make it easier to read and change later. Through trial and error, I’ve hit upon a batch size of 3000 for one month' data. This size could be larger for 7 days page views, and smaller for one year’s page views.
- Loading branch information
1 parent
614c4dc
commit 31fed09
Showing
2 changed files
with
21 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters