-
Notifications
You must be signed in to change notification settings - Fork 894
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optimize bloom filter application #6992
Conversation
|
Size Report 1Affected Products
Test Logs |
Size Analysis Report 1This report is too large (880,227 characters) to be displayed here in a GitHub comment. Please use the below link to see the full report on Google Cloud Storage.Test Logs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few very minor comments.
clean code optimization:
Validate base64 string in
decodeBase64
.normalizeByteString
callsdecodeBase64
from '../platform/base64', where we decide which decode function should be used based on the platform(node, browser, rm).Do the validation here while calling decode function.
Serialize document ResourcePath into a full document path string.
To get the full path, we need
databaseId
.Add
getDatabaseId
to theWatchChangeAggregator.metadataProvider
Add canonical string function to
DatabaseId
.