2011/8/2 Doug Meil <[email protected]>: > > You could use an integer for the same purpose. >
Yes, you are right. The issue was to apply server side filters and easy modify flags. Filters can be done relatively easy (correct me if I'm wrong), but all you have to do is just implement a proper FilterBase. I was thinking of a method similar to HTable.increment() that would provide benefits in terms of performance (less data transfered). But if I think about it more, there are no real benefits to it: the RPC call will still transfer a byte/long value that contains the flag so no save here. Thanks, I think the tread can be closed. -- Ioan Eugen Stan http://ieugen.blogspot.com/
