Re: Audit logging to tables.

2019-03-01 Thread Subroto Barua
Datastax version has an option to store audit info to dse_audit.audit_log table; I do not know the performance impact since I use the file option Subroto > On Mar 1, 2019, at 9:40 AM, Jeremiah D Jordan > wrote: > > AFAIK the Full Query Logging binary format was already made more general in

Re: strange issue with Tuple in Cassandra 3.0

2017-05-27 Thread Subroto Barua
;, 'Registered'), ('11230103039', '11230103039', 'Registered'), ('4649861872074', 'Garbage Phone number', 'Unknown')], 'Web', 'US') USING TIMESTAMP 1495840211904000;|consistency level:LOCAL_QUORUM  On Satu

strange issue with Tuple in Cassandra 3.0

2017-05-27 Thread Subroto Barua
i have a table with one of the column as Tuple datatype. when I insert rows with "using timestamp", I see multiple inserts in the trace log and I see multiple data sets per partition key. for eg: for each partition key, I get extra tuple for each insert as opposed to 1 row for the key, whic