Skip to main content

One post tagged with "local-deploy"

View All Tags

Aggregation Query Caching and Local Deployment

· One min read

Aggregation query caching significantly improves dashboard performance. Local deployment mode is now supported.

Aggregation Query Cache

+ AggregationCache: caches aggregate query results
+ Recursive cache invalidation when entities change
+ Configurable cache TTL

Significantly improves performance for dashboards and reports with repeated aggregation queries.

Equals/HashCode

ID-based equals() and hashCode() implementations:

Set<Order> uniqueOrders = new HashSet<>(orderList);

Local Deployment Support

TeaQL can now run without cloud infrastructure for development and testing environments.

Global Cache Capacity Limits

Prevent memory exhaustion in long-running applications.