@@ -628,6 +628,7 @@ Specify the client agent name.
628
628
``notifications_min_severity ``
629
629
------------------------------
630
630
Set the minimum severity for notifications the server should send to the client.
631
+ Disabling severities allows the server to skip analysis for those, which can speed up query execution.
631
632
632
633
Notifications are available via :attr: `.ResultSummary.notifications ` and :attr: `.ResultSummary.summary_notifications `.
633
634
@@ -650,6 +651,7 @@ Notifications are available via :attr:`.ResultSummary.notifications` and :attr:`
650
651
``notifications_disabled_categories ``
651
652
-------------------------------------
652
653
Set categories of notifications the server should not send to the client.
654
+ Disabling categories allows the server to skip analysis for those, which can speed up query execution.
653
655
654
656
Notifications are available via :attr: `.ResultSummary.notifications ` and :attr: `.ResultSummary.summary_notifications `.
655
657
@@ -1053,6 +1055,7 @@ See also https://github.com/neo4j/neo4j-python-driver/wiki/preview-features
1053
1055
``notifications_min_severity ``
1054
1056
------------------------------
1055
1057
Set the minimum severity for notifications the server should send to the client.
1058
+ Disabling severities allows the server to skip analysis for those, which can speed up query execution.
1056
1059
1057
1060
Notifications are available via :attr: `.ResultSummary.notifications ` and :attr: `.ResultSummary.summary_notifications `.
1058
1061
@@ -1075,6 +1078,7 @@ Notifications are available via :attr:`.ResultSummary.notifications` and :attr:`
1075
1078
``notifications_disabled_categories ``
1076
1079
-------------------------------------
1077
1080
Set categories of notifications the server should not send to the client.
1081
+ Disabling categories allows the server to skip analysis for those, which can speed up query execution.
1078
1082
1079
1083
Notifications are available via :attr: `.ResultSummary.notifications ` and :attr: `.ResultSummary.summary_notifications `.
1080
1084
0 commit comments