Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Presently we store (metircName, hostname, serverTime, appId, instanceId) for every row.
Although this makes SQL query easy to write, it adds duplication when storing it in the Regions memory.
We should have a unique integer ID for an application-instance metric on a host and use that as a lookup table with a write through cache when inserting or reading data in the METRIC_RECORD table.
Attachments
Attachments
Issue Links
- links to