On Sun, Jun 27, 2010 at 7:36 PM, Anthony Ikeda < anthony.ik...@cardlink.com.au> wrote:
> Say my query is: Get all Work addresses in New York and the address > owner. Steps to get the data would be: > > > If this is the query you want to run, then you probably just want to put the owner in the index with the address. If you want to be able to ask any arbitrary combination of things in your query, then, yes, you do the denormalization dance and reassemble things from a variety of indices. b