We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a46d6 commit f5f2a76Copy full SHA for f5f2a76
1 file changed
postgresql/documentation/driver.txt
@@ -1044,6 +1044,11 @@ are seen as indexes and other objects are seen as keys::
1044
>>> row["col0"]
1045
't'
1046
1047
+However, this extra functionality is not free. The cost of instantiating
1048
+`postgresql.types.Row` objects is quite measurable, so the `chunks()` execution
1049
+method will produce `builtins.tuple` objects for cases where performance is
1050
+critical.
1051
+
1052
.. note::
1053
Attributes aren't used to provide access to values due to potential conflicts
1054
with existing method and property names.
0 commit comments