Chromium Code Reviews
DescriptionLogDog: Enable keys-only BigTable queries.
Currently, since individual log entry records are compacted together
into a RecordIO blob in BigTable, keys-only queries cannot be executed,
since the number of entries in the blob is required in order to traverse
the key space.
This modifies the BigTable schema to encode the number of records in a
row into that row's key. This enables a keys-only query to know this
value and, consequently, traverse the space without needing to load the
full data blob.
A "legacy mode" is supported with the intention of deprecating in a week
or two once uncounted BigTable data has aged off.
BUG=
Committed: https://github.com/luci/luci-go/commit/d0f6fcf838b96874bef8f9c97f9fa095bcff4a1f
Patch Set 1 #Patch Set 2 : Retain column filter. #Patch Set 3 : Rebase #
Total comments: 2
Depends on Patchset: Dependent Patchsets: Messages
Total messages: 13 (6 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||