|
From: Doug C. <cu...@ap...> - 2008-02-29 22:23:38
|
Yonik Seeley wrote: > For this phase it doesn't even seem like facets are required. > Wouldn't simple queries exercise the read-side of things enough for > testing and developing the distributed strategy? Perhaps. But facets are something that we need to be sure to account for correctly. They're harder to handle than duplicate hits, which can simply be skipped. I was concerned that there are optimizations we might make that wouldn't work for facets, so putting them in from the start would ensure we didn't make those cheats. Overkill? Perhaps. Doug |