131
edits
DEinspanjer (talk | contribs) No edit summary |
DEinspanjer (talk | contribs) No edit summary |
||
| Line 31: | Line 31: | ||
=Socorro HBase Schema= | =Socorro HBase Schema= | ||
{{DRAFT}} | |||
==Table ''crash_reports''== | |||
<pre> {NAME => 'crash_reports', FAMILIES => [{NAME => 'flags', COMPRESSION = | |||
> 'NONE', VERSIONS => '1', TTL => '2147483647', BLOCKSIZE => '65536', | |||
IN_MEMORY => 'false', BLOCKCACHE => 'true'}, {NAME => 'ids', VERSIONS | |||
=> '1', COMPRESSION => 'NONE', TTL => '2147483647', BLOCKSIZE => '6553 | |||
6', IN_MEMORY => 'false', BLOCKCACHE => 'true'}, {NAME => 'meta_data', | |||
COMPRESSION => 'LZO', VERSIONS => '3', TTL => '2147483647', BLOCKSIZE | |||
=> '65536', IN_MEMORY => 'false', BLOCKCACHE => 'true'}, {NAME => 'pr | |||
ocessed_data', VERSIONS => '1', COMPRESSION => 'LZO', TTL => '21474836 | |||
47', BLOCKSIZE => '65536', IN_MEMORY => 'false', BLOCKCACHE => 'true'} | |||
, {NAME => 'raw_data', COMPRESSION => 'LZO', VERSIONS => '3', TTL => ' | |||
2147483647', BLOCKSIZE => '65536', IN_MEMORY => 'false', BLOCKCACHE => | |||
'true'}, {NAME => 'timestamps', VERSIONS => '1', COMPRESSION => 'NONE | |||
', TTL => '2147483647', BLOCKSIZE => '65536', IN_MEMORY => 'false', BL | |||
OCKCACHE => 'true'}]} </pre> | |||
==Index Tables== | |||
===Index ''crash_reports_index_hang_id''== | |||
===Index ''crash_reports_index_hang_id_submitted_time''== | |||
===Index ''crash_reports_index_legacy_submitted_time''== | |||
===Index ''crash_reports_index_legacy_unprocessed_flag''== | |||
===Index ''crash_reports_index_signature_ooid''== | |||
===Index ''crash_reports_index_submitted_time''== | |||
===Index ''crash_reports_index_unprocessed_flag''== | |||
==Table ''metrics''== | ==Table ''metrics''== | ||
===records containing aggregate metrics for varying time intervals=== | ===records containing aggregate metrics for varying time intervals=== | ||
edits