Stay organized with collections
Save and categorize content based on your preferences.
This page shows examples of patterns that you might see in a Key Visualizer
heatmap. These patterns can help you troubleshoot specific performance
issues.
Evenly distributed usage
If a heatmap shows a fine-grained mix of dark and bright colors, then reads and
writes are evenly distributed throughout the database. This heatmap
likely represents an effective usage pattern for Datastore mode.
Sequential keys
A heatmap with a single bright diagonal line can indicate a database that uses
strictly increasing or decreasing keys. Sequential keys
are an anti-pattern that can create hotspots.
To learn more about hotspots, see the
best practices page.
When hotspotting, you might observe corresponding elevated latencies
when you compare a Ops/s metric with a latency metric.
Sudden traffic increase
A heatmap with a key range that suddenly changes from dark to bright indicates
a sudden spike in load. If Ops traffic increases faster than
Datastore mode can auto-scale resources, you might see
corresponding elevated latency metrics.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["Key Visualizer heatmaps display patterns that can help identify performance issues in your database."],["Evenly distributed usage, shown by a mix of dark and bright colors, indicates effective Datastore mode usage."],["Sequential keys, shown as a bright diagonal line, are an anti-pattern that can cause hotspots and increased latencies."],["A sudden shift from dark to bright on a heatmap shows a spike in load, which may cause increased latency if it outpaces Datastore's auto-scaling."]]],[]]