File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,14 @@ From dialect split-off.
10
10
```
11
11
- Re-enable doctests.
12
12
13
+ ## Iteration +2
14
+ - https://docs.sqlalchemy.org/en/20/faq/performance.html
15
+ - Is `` RETURNING `` properly supported?
16
+ https://docs.sqlalchemy.org/en/20/changelog/whatsnew_20.html#optimized-orm-bulk-insert-now-implemented-for-all-backends-other-than-mysql
17
+ - Bulk * UPDATES*
18
+ - https://docs.sqlalchemy.org/en/20/orm/queryguide/dml.html#orm-queryguide-upsert
19
+ via: https://github.com/sqlalchemy/sqlalchemy/discussions/6935#discussioncomment-1233465
20
+ - Result streaming via server-side cursor
21
+ - https://docs.sqlalchemy.org/en/20/core/connections.html#sqlalchemy.engine.Connection.execution_options.params.stream_results
22
+ - https://docs.sqlalchemy.org/en/20/core/connections.html#sqlalchemy.engine.Result.yield_per
23
+ - https://github.com/jamescasbon/vertica-sqlalchemy
You can’t perform that action at this time.
0 commit comments