And if they are not in the same table ? On Dec 5, 2012 7:06 PM, "Ted Yu" <[email protected]> wrote:
> Are rows with domain as key stored in the same table ? > > Normally this is not desirable since the domain count would go to > (potentially) another region server. > > Cheers > > On Wed, Dec 5, 2012 at 4:35 AM, Amit Sela <[email protected]> wrote: > > > Hi all, > > > > I have to count the occurrence of URLs in our system using the URL as row > > key and using Increment. > > I also want to count domains, so I was thinking of using RegionObserver > > coprocessor on postIncrement() and Increment using the domain as key. > > > > Will that work ? Is there a problem if the url key starts with 'www.' and > > the domain starts with 'aaaa' ? > > > > Thanks, > > > > Amit. > > >
