Tags give the ability to mark specific points in history as being important
-
1.0.2
c8d1ba8a · ·- Query logging: Add SQLite-specific query logging for debugging and performance analysis. - Facets: Properly handle OR facets with correct count calculation. - Facets: Group facet items by set to reduce number of queries. - FacetBuilder: Use IN query for small result sets (< 500 items) for better performance. - Optimize FacetBuilder with dual-strategy approach (IN clause vs temp table). - Add grouping optimization for facet queries.
-
1.0.1
bfebb303 · ·### New Features - Index Operations UI - New admin interface for optimize, rebuild, clear, and reindex operations - Concurrency Settings - Configurable retry parameters, busy timeout, and read-only connections for better performance under load ### Improvements - Verbose logging now respects settings across all components - Increased default busy timeout (10s), retries (5), and retry delay (200ms) - Simplified module config schema