Skip to content

Commit

Permalink
remove note
Browse files Browse the repository at this point in the history
  • Loading branch information
justin@basho.com committed Aug 17, 2009
1 parent 60ad16a commit f282192
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions www/programming.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ <h3>Linked Documents</h3>
For example, the path <code>/jiak/B1/K1/_,T2,0/B3,_,1</code> would start at the document found at <code>B1/K1</code>, find the set (which I will call <code>S2</code>) of documents which are linked from that starting document, in any bucket, and with link tags matching <code>T2</code>. All documents linked from any document in <code>S2</code> and matching the bucket filter <code>B3</code> will be found, and this final set will be produced as the return body for the request.
</p><p>
As all of the link-walking is done server-side and via a mapreduce computation with locality to the relevant objects, this operation is much more efficient than fetching all of the intermediate documents and finding/following the links on the client.
</p><p>
(more documentation on link-walking shall be forthcoming soon)
</p><p>
</div>
<div id="right">
Expand Down

0 comments on commit f282192

Please sign in to comment.