#548 [API/Perf] logs.py DataShard tables loaded without caching

closed high Created 2025-12-17 16:29 · Updated 2025-12-17 19:02

Description

Edit
File: api/blueprints/v1/logs.py:95-124. load_table() called on every request, then _read_table_to_pandas loads up to 100,000 rows into memory per API call. No caching between requests. FIX: Add TTL-based DataFrame caching.

Comments

Loading comments...

Context

Loading context...

Audit History

View All
Loading audit history...