Re: Audit logging to tables.

2019-03-04 Thread Sagar
Right, Thanks Jonathan and Chris. Mean while, I would go through the 2 jira items to try and understand about virtual tables. Thanks! Sagar. On Tue, Mar 5, 2019 at 1:14 AM Jonathan Haddad wrote: > Sagar, > > There isn't going to be much in the way of docs, since it's brand new and > not really

Re: Audit logging to tables.

2019-03-04 Thread Jonathan Haddad
Sagar, There isn't going to be much in the way of docs, since it's brand new and not really a public facing thing yet. As Chris pointed out, there's other work that would need to be done to work on virtual tables for large datasets. Jon On Mon, Mar 4, 2019 at 6:42 AM Chris Lohfink wrote: > Wh

Re: Audit logging to tables.

2019-03-04 Thread Chris Lohfink
While you probably could put a virtual table wrapper over the binlogs, you would want to wait for something like https://issues.apache.org/jira/browse/CASSANDRA-14629 to get in so you would not OOM. The current virtual table implementation requires you have the entire result set to be returned at o

Re: Audit logging to tables.

2019-03-04 Thread Sagar
Hi Jonathan, I couldn't find much literature on Virtual tables apart from this ticket: https://issues.apache.org/jira/browse/CASSANDRA-7622 Any insights would be helpful. Thanks! Sagar. On Sat, Mar 2, 2019 at 7:23 AM Jonathan Haddad wrote: > Instead of logging to tables, putting a virtual ta