Skip to content
Nuno Silva edited this page May 19, 2017 · 1 revision

AWS DynamoDB schema

  • table-name: cnv-metrics
  • primary-key/partition-key: filename (string)
  • sort-key: uuid (string)
  • Attributes
    • sc (int)
    • sr (int)
    • wc (int)
    • wr (int)
    • coff (int)
    • roff (int)
    • dyn_method_count (int)
    • alloc_count (int)

Clone this wiki locally