Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
NataliaIvakina authored Jun 24, 2024
1 parent 79f3c8b commit 5c67a08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/ROOT/pages/notifications/all-notifications.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,8 @@ RETURN p
=== NoApplicableIndex

This notification is returned when using `LOAD CSV` with a `MATCH` or a `MERGE` clause that matches a non-indexed label.
This will most likely not perform well on large data sets.
If you add an index, `LOAD CSV` together with a `MATCH` or a `MERGE` clause may speed up the query.
This may not perform well on large data sets.
Adding an index could improve the query speed.

==== Notification details

Expand Down

0 comments on commit 5c67a08

Please sign in to comment.