feat(documents): timeline date-range filter with density bars (#385) #478

Merged
marcel merged 52 commits from feat/issue-385-timeline-density-filter into main 2026-05-08 12:27:17 +02:00
Showing only changes of commit 6aceafda8e - Show all commits

View File

@@ -139,6 +139,11 @@ public class DocumentService {
* with {@code findAll(spec)} and the archive size (≈5k docs) keeps this
* well under the 200ms p95 target. Cache-Control: max-age=300 on the
* controller layer absorbs repeated browse loads.
*
* <p>TODO: revisit when {@code documents > 50k} — at that scale move the
* aggregation into SQL (GROUP BY TO_CHAR(meta_date, 'YYYY-MM')) and accept
* that the criteria/specification surface needs a parallel native-query
* path. Surface this in the next perf audit.
*/
public DocumentDensityResult getDensity(
String text, UUID sender, UUID receiver,