Comment on Amazon CloudWatch Logs InsightsparentComments−zwily7yIt’s not powerful enough to do a Cartesian join (yet?). Most you can do is scan once over a big dataset.−tyingq7yHmm. I wonder if an "index only" query charges for the scan of the index, or a full table scan.−zwily7yAFAICT, there is no indexing. It appears to just scan the logs as necessary. Maybe indexing will come later.
Comments
It’s not powerful enough to do a Cartesian join (yet?). Most you can do is scan once over a big dataset.
Hmm. I wonder if an "index only" query charges for the scan of the index, or a full table scan.
AFAICT, there is no indexing. It appears to just scan the logs as necessary. Maybe indexing will come later.