You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
##  2. [Вставка в несколько потоков](https://drive.google.com/file/d/0B9Ye2auQ_NsFek5PYTdQbjBlUU0)
24
24
#### 5_4_HW4_parallel.patch
25
25
**Внимание! в postgres 10 с sequence могут быть проблемы**
26
-
> Правка для postgres 10: `h.execute("SELECT setval('user_seq', " + (id + step - 1) + ")")`
26
+
> Правка для postgres 10 (`UserDao` 32): `h.execute("SELECT setval('user_seq', " + (id + step - 1) + ")")`
27
27
28
28
> Fix: в `UserProcessor.process` нельзя делать `85: chunk.clean()`, тк этот список асинхронно используется для вставки.
0 commit comments