167
edits
BrettWilson (talk | contribs) |
m (corrected typo) |
||
| Line 52: | Line 52: | ||
=== History View === | === History View === | ||
Coalescing | Coalescing redirects will be an optional portion of history queries, so callers can get the raw visit data if desired. | ||
When the history system gives query results by visit, we will hide the sources of redirects and only show destinations. For all visits X that result in redirects to Y, we will remove X and add Y (if Y isn't already in the result set). Then repeat this optimization until there are no redirected visits (to handle multiple redirect hops) | When the history system gives query results by visit, we will hide the sources of redirects and only show destinations. For all visits X that result in redirects to Y, we will remove X and add Y (if Y isn't already in the result set). Then repeat this optimization until there are no redirected visits (to handle multiple redirect hops) | ||
edits