-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
metrics: optimize tag usage counting
from upwards of a day to my db to 1 minute with this one simple trick instead of seq scan over tag_files for each tag, iterate over files and fetch its tags (not seq scan, because file hash is part of the key), increment on in-memory hashmap
- Loading branch information
Showing
1 changed file
with
69 additions
and
14 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