#548 [API/Perf] logs.py DataShard tables loaded without caching
Description
EditFile: 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 AllLoading audit history...