Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 79d4fc9

Browse filesBrowse files
authored
Update lesson05.md
1 parent b2bac87 commit 79d4fc9
Copy full SHA for 79d4fc9

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/lesson05.md‎

Copy file name to clipboardExpand all lines: doc/lesson05.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ mvn org.codehaus.cargo:cargo-maven2-plugin:run
2323
## ![video](https://cloud.githubusercontent.com/assets/13649199/13672715/06dbc6ce-e6e7-11e5-81a9-04fbddb9e488.png) 2. [Вставка в несколько потоков](https://drive.google.com/file/d/0B9Ye2auQ_NsFek5PYTdQbjBlUU0)
2424
#### 5_4_HW4_parallel.patch
2525
**Внимание! в 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) + ")")`
2727
2828
> Fix: в `UserProcessor.process` нельзя делать `85: chunk.clean()`, тк этот список асинхронно используется для вставки.
2929

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.