Changes between Version 7 and Version 8 of otherdevelopment
- Timestamp:
- 05/11/26 13:20:28 (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
otherdevelopment
v7 v8 69 69 Избегнува full table scan за годишен филтер 70 70 71 3.72 73 {{{74 -- FIX: removed duplicate definition (was listed as both #3 and #5 with identical columns)75 -- FIX: removed redundant CREATE UNIQUE INDEX users_pkey (primary key index already exists from schema DDL)76 CREATE INDEX idx_incomes_covering ON incomes(user_id, date, amount);77 }}}78 79 Подобрување:80 Index-only scan (без пристап до табелата) — ги покрива user_id (GROUP BY), date (WHERE year filter) и amount (SUM)81 71 82 72 == SQL за анализа на брзината ==
