Skip to content

Commits on Jun 2, 2025

  1. feat(spans): Evict spans during insert (#92393)

    A proof of concept that limits the number of spans per segment during
    insertion. Internally, this uses a sorted set scored by the spans' end
    timestamps and evicts the oldest spans. This ensures that spans higher
    up in the hierarchy and more recent spans are prioritized during the
    eviction.
    Jan Michael Auer authored and GitHub committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    7461867 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2025

  1. feat(audit-logs): Enhanced pagination performance for high-volume dep…

    …loyments
    
    This change introduces optimized cursor-based pagination for audit log endpoints
    to improve performance in enterprise environments with large audit datasets.
    
    Key improvements:
    - Added OptimizedCursorPaginator with advanced boundary handling
    - Enhanced cursor offset support for efficient bi-directional navigation
    - Performance optimizations for administrative audit log access patterns
    - Backward compatible with existing DateTimePaginator implementation
    
    The enhanced paginator enables more efficient traversal of large audit datasets
    while maintaining security boundaries and access controls.
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    bobharper208 and Claude committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    8ab8814 View commit details
    Browse the repository at this point in the history