Query don't copy (#380)
* Query don't copy Queries the manifest to avoid copying the whole manifest when taking a snapshot of a penciller to run a query. Change the logging of fold setup in the Bookie to record the actual snapshot time (rather than the uninteresting and fast returning the the function which will request the snapshot). A little tidy to avoid duplicating the ?MAX_LEVELS macro. * Clarify log is of snapshot time not fold time * Updates after review
This commit is contained in:
parent
28d3701f6e
commit
d09f5c778b
5 changed files with 175 additions and 117 deletions
|
@ -70,7 +70,7 @@
|
|||
{info, "Get timing with sample_count=~w and head_time=~w body_time=~w"
|
||||
++ " with fetch_count=~w"}},
|
||||
{"B0017",
|
||||
{info, "Fold timing with sample_count=~w and setup_time=~w"}},
|
||||
{info, "Snapshot timing with sample_count=~w and bookie_time=~w pcl_time=~w"}},
|
||||
{"B0018",
|
||||
{info, "Positive HEAD responses timed with sample_count=~w and "
|
||||
++ " pcl_time=~w rsp_time=~w"}},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue