-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Server Security
-
Fully Compatible
-
v8.0
-
Security 2024-04-29
Remove map usage in AggregatedIndexUsageTracker. Maps have O(lg N) lookup performance. Arrays have O(1) lookup performance and will consume less memory.