Консоль

«Злиття цього pull request може погіршити роботу продакшну.» Polylane перевіряє кожен pull request відносно живого продакшну.

Приєднатися до списку очікування
github.com/coreplane/orders-api/pull/482

Add trigram index for order search #482

Open rvidal wants to merge 1 commit into main from order-search-trgm
Conversation 1 Commits 1 Checks 2 Files changed 1
polylane bot commented 2 minutes ago ···
Caution

Merging this pull request may degrade production (high impact).

Merging this blocks every write to orders while the index builds. migrations/0114_order_search_trgm.sql:3 adds CREATE INDEX … USING gin (search_text gin_trgm_ops) without CONCURRENTLY, and a plain CREATE INDEX takes a full write lock on orders for the whole build. Checkout sustains ~38 writes/s on that table; each one queues behind the lock until the build finishes.

To make this safe: build the index with CREATE INDEX CONCURRENTLY outside the transactional migration.

orders-db · writes per second · last 48h projected lock window
02040
-48h -24h now
every one of these writes blocks while the index builds

Polylane analysed de91b47 for production impact.

Some checks were not successful 1 failing and 1 successful check
ci / test Successful in 2m 4s Details
Polylane production impact Non-concurrent index build locks writes on orders Details
Merging is blocked

Ваш лінтер не бачить продакшну. Цей рев'юер бачить.

  • Перевірка відносно того, що працює

    Diff перевіряється відносно сервісів, куди він розгортається: їхньої конфігурації, трафіку, недавніх інцидентів.

  • Типово пройдено

    Провал має точно довести, як рядок у diff ламає продакшн. «Можливо» не рахується.

  • Один коментар

    Оновлюється на місці після кожного push, ніколи не нагромаджується. Зміни в документації та тестах проходять одразу.

  • Зуби, якщо вони вам потрібні

    Увімкніть блокувальну перевірку, і провал утримує злиття, доки наступний push його не вирішить.

Найдешевший інцидент той, який ніколи не зливається. Polylane ловить його на рев'ю.