On Thu, 18 Mar 2010 13:20:34 -0700 Michael Malone <mjmal...@gmail.com> wrote:
MM> A standard default would be nice, but while we're making MM> recommendations I'd also suggest that client libs should make this MM> parameter easy to override. Client apps can do lots of interesting MM> things by setting timestamps explicitly. You can get a sort of quasi- MM> transaction by using the same timestamp for a set of operations, for MM> example. That's a good idea. I made the change in Net::Cassandra::Easy 0.05 (you just pass a subroutine reference to the constructor if you don't want the default microseconds). Thanks Ted