You need to sign in to do that
Don't have an account?
Large Scale Logging Design
For audit purpose we want to log a lot of data (We are looking at millions of data point in 24 hours). I am looking at 2 options.
1. Create a custom object, log the data to that object. The down side is I need to write all kind of query to look at the data
2. I can skip the pain of writing query / screens by use an external logging service like Loggly or Splunk. For this I need to make out bound REST calls and I may hit the governer limits.
any thoughts ?
Jay
1. Create a custom object, log the data to that object. The down side is I need to write all kind of query to look at the data
2. I can skip the pain of writing query / screens by use an external logging service like Loggly or Splunk. For this I need to make out bound REST calls and I may hit the governer limits.
any thoughts ?
Jay
I would suggest creating the custom object and apex classes.