More implementation

This commit is contained in:
2025-07-18 15:53:38 -07:00
parent 90ac9a1e43
commit 50a4bfcac7
5 changed files with 19 additions and 3 deletions

View File

@@ -10,4 +10,4 @@ WHERE
-- TODO remove AND link ~ '^<'
ORDER BY
ROW_NUMBER() OVER (PARTITION BY site ORDER BY date DESC)
LIMIT 100;
LIMIT 1000;