Skip to content

Commit

Permalink
update message
Browse files Browse the repository at this point in the history
  • Loading branch information
agrgr committed May 29, 2024
1 parent ef12b73 commit 9750e10
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ public QueryEngine queryEngine(IAerospikeClient aerospikeClient,
queryEngine.setQueryMaxRecords(queryMaxRecords);
if (!settings.getDataSettings().isWriteSortedMaps()) {
log.info("AerospikeDataSettings.writeSortedMaps is set to false, " +
"Maps and POJOs will be written as unsorted Maps (decrease in performance compared with sorted Maps)");
"Maps and POJOs will be written as unsorted Maps (degrades performance of Map-related operations ," +
" does not allow comparing Maps)");
}
return queryEngine;
}
Expand Down

0 comments on commit 9750e10

Please sign in to comment.